feat: locales #27

Merged
Anri merged 26 commits from lang into main 2022-07-22 11:46:48 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 75655c6414 - Show all commits

View file

@ -53,7 +53,7 @@ export default async () => {
* @returns Collection of strings
*/
const getLocale = async (client: Client) => {
const default_lang = 'en';
const default_lang = 'en-US';
// Check if there is a defined valid value
const old_path = __dirname.split('/');