feat: locales #27
2 changed files with 1 additions and 1 deletions
|
@ -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('/');
|
||||||
|
|
Loading…
Reference in a new issue