From 436a89c7abaca330224b0dc50357ebc7f2f9eea5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 3 Mar 2023 22:35:40 +0530 Subject: Add note on where to find the ISO 639-2 language names [skip ci] --- src/i18n/languages.ts | 1 + src/i18n/locales/whitelist_en-US.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/i18n/locales/whitelist_en-US.json (limited to 'src/i18n') diff --git a/src/i18n/languages.ts b/src/i18n/languages.ts index d4eb150e7..6a4101bc0 100644 --- a/src/i18n/languages.ts +++ b/src/i18n/languages.ts @@ -1,4 +1,5 @@ // Note: This list should match the locale files present in 'src/i18n/locales/' folder +// When updating this list, you can use https://www.loc.gov/standards/iso639-2/php/code_list.php to get the full name export const APP_LOCALES = { af: 'Afrikaans', ar: 'عربى (Arabic)', diff --git a/src/i18n/locales/whitelist_en-US.json b/src/i18n/locales/whitelist_en-US.json deleted file mode 100644 index fe51488c7..000000000 --- a/src/i18n/locales/whitelist_en-US.json +++ /dev/null @@ -1 +0,0 @@ -[] -- cgit v1.2.3-70-g09d2