follow discord.com locales name

This commit is contained in:
Mylloon 2022-07-21 13:57:30 +02:00
parent 9669ec376f
commit 75655c6414
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 1 deletions

View file

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