mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 23:37:43 +01:00
rename output file for all tr keys
This commit is contained in:
parent
a7ccb1ac2d
commit
97bf2958e0
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ async def _collect_and_track_all_translation_keys():
|
|||
|
||||
start_folder = 'en/'
|
||||
file_format = '.json'
|
||||
output_filename = 'global.json'
|
||||
output_filename = 'translation_keys.json'
|
||||
|
||||
for root, folder, files in os.walk(OUTPUT_TRANSLATIONS_FOLDER):
|
||||
for file in files:
|
||||
|
|
Loading…
Reference in a new issue