
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4486 212acab6-be3b-0410-9dea-997c60f758d6
55 lines
778 B
Python
55 lines
778 B
Python
languages = Split("""
|
|
Albanian.nlf
|
|
Arabic.nlf
|
|
Belarusian.nlf
|
|
Bosnian.nlf
|
|
Breton.nlf
|
|
Bulgarian.nlf
|
|
Catalan.nlf
|
|
Croatian.nlf
|
|
Czech.nlf
|
|
Danish.nlf
|
|
Dutch.nlf
|
|
English.nlf
|
|
Estonian.nlf
|
|
Farsi.nlf
|
|
Finnish.nlf
|
|
French.nlf
|
|
German.nlf
|
|
Greek.nlf
|
|
Hebrew.nlf
|
|
Hungarian.nlf
|
|
Icelandic.nlf
|
|
Indonesian.nlf
|
|
Italian.nlf
|
|
Japanese.nlf
|
|
Korean.nlf
|
|
Kurdish.nlf
|
|
Latvian.nlf
|
|
Lithuanian.nlf
|
|
Luxembourgish.nlf
|
|
Macedonian.nlf
|
|
Malay.nlf
|
|
Mongolian.nlf
|
|
Norwegian.nlf
|
|
Polish.nlf
|
|
Portuguese.nlf
|
|
PortugueseBR.nlf
|
|
Romanian.nlf
|
|
Russian.nlf
|
|
Serbian.nlf
|
|
SerbianLatin.nlf
|
|
SimpChinese.nlf
|
|
Slovak.nlf
|
|
Slovenian.nlf
|
|
Spanish.nlf
|
|
Swedish.nlf
|
|
Thai.nlf
|
|
TradChinese.nlf
|
|
Turkish.nlf
|
|
Ukrainian.nlf
|
|
""")
|
|
|
|
Import('defenv')
|
|
|
|
defenv.DistributeContrib(languages, path='Language files')
|