Skip to content

Commit 00b596f

Browse files
committed
[translation] [build] [update] Add all available languages to the build tool.
1 parent 44e5e1c commit 00b596f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gulptasks/translate.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ const languagesFolder = path.resolve(root, './languages');
1313
const freemiusPotPath = path.resolve(languagesFolder, './freemius.pot');
1414

1515
const LANGUAGE_CODES = [
16-
// 'cs_CZ',
17-
// 'da_DK',
16+
'cs_CZ',
17+
'da_DK',
1818
'de_DE',
1919
'es_ES',
2020
'fr_FR',
21-
// 'he_IL',
22-
// 'hu_HU',
23-
// 'it_IT',
24-
// 'js',
21+
'he_IL',
22+
'hu_HU',
23+
'it_IT',
24+
'ja',
2525
'nl_NL',
2626
'ru_RU',
27-
// 'ta',
28-
// 'zh_CN',
27+
'ta',
28+
'zh_CN',
2929
];
3030

3131
function translatePHP() {

0 commit comments

Comments
 (0)