mirror of https://github.com/GNOME/gimp.git
build: add Latvian translation to the Windows installer
... but keep it disabled for now, since some of the characters may not render correctly.
This commit is contained in:
parent
0b625df2ce
commit
c0c6856190
|
@ -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: "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"
|
||||
Name: "pt_BR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl,lang\pt_BR.setup.isl"
|
||||
|
|
|
@ -21,6 +21,7 @@ languages = \
|
|||
id:[id]:ISO-8859-1 \
|
||||
is:[is]:WINDOWS-1252 \
|
||||
it:[it]:WINDOWS-1252 \
|
||||
lv:[lv]:ISO-8859-13 \
|
||||
nl:[nl]:WINDOWS-1252 \
|
||||
pl:[pl]:WINDOWS-1250 \
|
||||
pt_BR:[pt_BR]:WINDOWS-1252 \
|
||||
|
|
Loading…
Reference in New Issue