Skip to content

Commit b0cf3c1

Browse files
chore: update translations
1 parent 0e5914d commit b0cf3c1

File tree

3 files changed

+48
-1706
lines changed

3 files changed

+48
-1706
lines changed

scripts/extract_js_texts.js

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ const parse = (app_name, is_silent) => {
5454

5555
walker(Path.resolve(config.base_folder, '_common')); // common for all 'supported_apps'
5656
walker(Path.resolve(config.base_folder, app_name));
57-
if (app_name === 'app') {
58-
walker(Path.resolve(config.base_folder, 'static'));
59-
}
6057

6158
if (!is_silent) {
6259
process.stdout.write(common.messageEnd(Date.now() - start_time));

0 commit comments

Comments
 (0)