Skip to content

Commit

Permalink
updated languages with locales
Browse files Browse the repository at this point in the history
  • Loading branch information
antelle committed May 4, 2021
1 parent ed8da01 commit 982d389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const PHRASE_COUNT_THRESHOLD_PERCENT = 75;
const CACHE_DIR = path.resolve(__dirname, '..', '.cache');
const CACHE_FILE_LANGUAGES = path.join(CACHE_DIR, 'languages.json');
const CACHE_FILE_TRANSLATIONS = path.join(CACHE_DIR, 'translations.json');
const LANGUAGES_WITH_LOCALES = new Set('pt');
const LANGUAGES_WITH_LOCALES = new Set(['pt-PT', 'pt-BR', 'zh-CN', 'zh-TW', 'en-GB']);

const ts = Math.floor(Date.now() / 1000).toString();

Expand Down

0 comments on commit 982d389

Please sign in to comment.