-
-
Notifications
You must be signed in to change notification settings - Fork 76
languages.ini
KATO Kanryu edited this page Jul 21, 2017
·
2 revisions
language.ini is a new feature added in v0.8.3, which allows you to add new language translations without changing the program.
If you have a new language file, copy the qm file to the 'translations' folder and open the language.ini with a text editor and add the item.
[Spanish]
code=es
caption=Spanish
qm=quickviewer_es.qm
[Spanish] is a section. set to same word as caption
code= is a language code. to see ISO 639-1 codes(Wikipedia)
caption= is the language name in English. that is used on main menus and QuickViewer.ini
qm= is filename of the Qt language resource files(*.qm)