We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ba791 commit 64b5f95Copy full SHA for 64b5f95
1 file changed
scripts/js_translation.js
@@ -5,13 +5,17 @@ const common = require('./common');
5
const GetText = require('./gettext');
6
const extract = require('./extract_js_texts');
7
8
-const static_app = require('./js_texts/static_strings_app');
+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
10
11
const all_languages = [...common.languages, 'ach'].map(l => l.toLowerCase());
12
const map = {
13
app: {
14
static: static_app,
15
},
16
+ // app_2: {
17
+ // static: static_app_2,
18
+ // },
19
};
20
21
const build = () => {
0 commit comments