rename output file for all tr keys

This commit is contained in:
Il'ya (Marshal) 2022-09-07 11:13:56 +02:00
parent a7ccb1ac2d
commit 97bf2958e0

View file

@ -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: