Skip to content

Commit 94ddce0

Browse files
committed
调整
1 parent 86bc3bf commit 94ddce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tg_mt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1414
def 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

0 commit comments

Comments
 (0)