File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ def open_files():
77 return (
88 ArbFile ('../@tg/tg_flutter/maintain/lib/resources/l10n/app_zh.arb' , 'zh' ),
99 ArbFile ('../@tg/tg_flutter/maintain/lib/resources/l10n/app_en.arb' , 'en' ),
10- ArbFile ('../@tg/tg_flutter/maintain/lib/resources/l10n/app_th.arb' , 'th' ),
10+ # ArbFile('../@tg/tg_flutter/maintain/lib/resources/l10n/app_th.arb', 'th'),
1111 )
1212
1313
1414def main ():
15- translate_files (open_files (), translate_all_lang = True )
15+ # translate_files(open_files(), translate_all_lang=True)
1616 # import_xls('./tmp/urikar-2021-04-14-result.xls', open_files(), delete_no_exist_item=False)
17- # export_xls('./tmp/tg-mt-2022-01-22 .xls', open_files())
18- # import_xls('./tmp/tg-bmt -2022-01-22 .xls', open_files())
17+ export_xls ('./tmp/tg-mt-2022-11-09 .xls' , open_files ())
18+ import_xls ('./tmp/tg-mt -2022-11-09 .xls' , open_files ())
1919 pass
2020
2121
You can’t perform that action at this time.
0 commit comments