|
|
|
|
@ -14,7 +14,7 @@ with open(translation_dummy_path, 'w') as temp_source:
|
|
|
|
|
temp_source.write(f' * Do not edit this file manually, it is automatically generated\n') |
|
|
|
|
temp_source.write(f' * and updated by the extract_translation_data.py script.\n') |
|
|
|
|
temp_source.write(f' */\n') |
|
|
|
|
temp_source.write(f'#include "utils/language.h\n') |
|
|
|
|
temp_source.write(f'#include "utils/language.h"\n') |
|
|
|
|
temp_source.write(f'\n') |
|
|
|
|
with open(monstdat_path, 'r') as tsv: |
|
|
|
|
reader = csv.DictReader(tsv, delimiter='\t') |
|
|
|
|
|