Skip to content

Commit 64b5f95

Browse files
Include app_2 in translation update process
1 parent e6ba791 commit 64b5f95

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/js_translation.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ const common = require('./common');
55
const GetText = require('./gettext');
66
const extract = require('./extract_js_texts');
77

8-
const static_app = require('./js_texts/static_strings_app');
8+
const static_app = require('./js_texts/static_strings_app');
9+
// const static_app_2 = require('./js_texts/static_strings_app_2'); // TODO: uncomment when decided to push app_2 texts to Crowdin
910

1011
const all_languages = [...common.languages, 'ach'].map(l => l.toLowerCase());
1112
const map = {
1213
app: {
1314
static: static_app,
1415
},
16+
// app_2: {
17+
// static: static_app_2,
18+
// },
1519
};
1620

1721
const build = () => {

0 commit comments

Comments
 (0)