mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
l10n script: Adjust !Language header
This commit is contained in:
parent
82fd3cd577
commit
be46c47c1c
@ -239,9 +239,9 @@ def generate_lang_template(data: dict[pathlib.Path, list[ast.Call]]) -> str:
|
||||
entries.append(LangEntry([FileLocation.from_call(path, c)], get_arg(c), [getattr(c, 'comment')]))
|
||||
|
||||
deduped = dedupe_lang_entries(entries)
|
||||
out = '''
|
||||
/* Language name */
|
||||
out = '''/* Language name */
|
||||
"!Language" = "English";
|
||||
|
||||
'''
|
||||
print(f'Done Deduping entries {len(entries)=} {len(deduped)=}', file=sys.stderr)
|
||||
for entry in deduped:
|
||||
|
Loading…
x
Reference in New Issue
Block a user