c-koi/gmic-qt

SV, zh, and zh_TW translations are missing

Closed this issue ยท 1 comments

๐Ÿ‘‹

It seems that currently the translations for Slovenian, and both Traditional and Simplified Chinese are being skipped:

gmic-qt/CMakeLists.txt

Lines 553 to 573 in 397d61a

set(gmic_translation_files
translations/cs.ts
translations/de.ts
translations/es.ts
translations/fr.ts
translations/id.ts
translations/it.ts
translations/nl.ts
translations/pl.ts
translations/pt.ts
translations/ru.ts
translations/ua.ts
translations/ja.ts
translations/zh.ts
)
set_source_files_properties(${gmic_translation_files} PROPERTIES OUTPUT_LOCATION translations)
set(gmic_filters_translation_files
translations/filters/fr.ts
)

Moreover, the official Simplified Chinese translation is set to French:

<TS version="2.1" language="fr">

c-koi commented

Fixed by c300f29 and ba42821.