mirror of https://github.com/GNOME/gimp.git
build: add Korean translation to the Windows installer
... but keep it disabled, since the Inno Setup Korean translation is unofficial.
This commit is contained in:
parent
ee49487cf2
commit
fe35294ee7
|
@ -174,6 +174,7 @@ Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl,lang\hu.setup.isl"
|
|||
;;Name: "id"; MessagesFile: "compiler:Languages\Unofficial\Indonesian.isl,lang\id.setup.isl"
|
||||
;;Name: "is"; MessagesFile: "compiler:Languages\Unofficial\Icelandic.isl,lang\is.setup.isl"
|
||||
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl,lang\it.setup.isl"
|
||||
;;Name: "ko"; MessagesFile: "compiler:Languages\Unofficial\Korean.isl,lang\ko.setup.isl"
|
||||
;Name: "lv"; MessagesFile: "compiler:Languages\Unofficial\Latvian.isl,lang\lv.setup.isl"
|
||||
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl,lang\nl.setup.isl"
|
||||
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl,lang\pl.setup.isl"
|
||||
|
|
|
@ -22,6 +22,7 @@ languages = \
|
|||
id:[id]:ISO-8859-1 \
|
||||
is:[is]:WINDOWS-1252 \
|
||||
it:[it]:WINDOWS-1252 \
|
||||
ko:[ko]:EUC-KR \
|
||||
lv:[lv]:ISO-8859-13 \
|
||||
nl:[nl]:WINDOWS-1252 \
|
||||
pl:[pl]:WINDOWS-1250 \
|
||||
|
|
Loading…
Reference in New Issue