feat: locales #27

Merged
Anri merged 26 commits from lang into main 2022-07-22 11:46:48 +02:00
Showing only changes of commit 4068e0da7f - Show all commits

View file

@ -52,7 +52,7 @@ export const getLocale = (client: Client, text: string) => {
if (str === undefined) {
throw 'Missing locales';
}
data[lang] = str;
data[lang] = str.toLowerCase();
});
return data;