feat: Music support #62

Merged
Anri merged 43 commits from feat/music into main 2023-02-12 01:11:10 +01:00
Showing only changes of commit 72869224e1 - Show all commits

View file

@ -50,6 +50,7 @@ export const loadLocales = async (default_lang: string) => {
* we fallback to default lang.
* @param client Client
* @param text Name of string to fetch
* @param lowercase Should the output be lowercased?
* @returns the dictionary
*/
export const getLocalizations = (client: Client, text: string, lowercase = false) => {