Skip to content

Commit ab9cac0

Browse files
Merge pull request #608 from balakrishna-deriv/update-translations-1
Bala/update translation script
2 parents 0e5914d + b0cf3c1 commit ab9cac0

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)