install and distribute examples, contribs and documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4005 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dc128c6928
commit
53fa1d20ac
21 changed files with 480 additions and 45 deletions
53
Contrib/Language files/SConscript
Normal file
53
Contrib/Language files/SConscript
Normal file
|
@ -0,0 +1,53 @@
|
|||
languages = Split("""
|
||||
Albanian.nlf
|
||||
Arabic.nlf
|
||||
Belarusian.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
|
||||
Latvian.nlf
|
||||
Lithuanian.nlf
|
||||
Luxembourgish.nlf
|
||||
Macedonian.nlf
|
||||
Malaysian.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.DistributeContribs('Language files', languages)
|
Loading…
Add table
Add a link
Reference in a new issue