Allow to pull languages without proofreading

This commit is contained in:
ErickSkrauch
2021-03-25 04:35:45 +01:00
parent 73caa34acc
commit a2d4243bc3
3 changed files with 11 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ const localeToCountryCode: Record<string, string> = {
sr: 'rs',
zh: 'cn',
cs: 'cz',
fil: 'ph',
he: 'il',
};
const SUPPORTED_LANGUAGES: ReadonlyArray<string> = Object.keys(supportedLocales);