mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-21 04:39:10 +02:00
Compare commits
7 Commits
ab76521990
...
b43412b135
Author | SHA1 | Date | |
---|---|---|---|
b43412b135 | |||
|
bbad4eb8d9 | ||
f6c128fbf6 | |||
|
b955c4d45e | ||
|
e26a776576 | ||
|
52c4e97be5 | ||
|
49bd2b9501 |
@ -28,9 +28,9 @@ build_script:
|
|||||||
md installer
|
md installer
|
||||||
copy release\GPXSee.exe installer
|
copy release\GPXSee.exe installer
|
||||||
windeployqt --release installer\GPXSee.exe
|
windeployqt --release installer\GPXSee.exe
|
||||||
copy pkg\gpxsee64.nsi installer
|
copy pkg\windows\gpxsee64.nsi installer
|
||||||
xcopy pkg\csv installer\csv /i
|
xcopy pkg\common\csv installer\csv /i
|
||||||
xcopy pkg\maps installer\maps /i
|
xcopy pkg\common\maps installer\maps /i
|
||||||
xcopy lang\*.qm installer\translations\ /sy
|
xcopy lang\*.qm installer\translations\ /sy
|
||||||
xcopy icons\symbols installer\symbols /i
|
xcopy icons\symbols installer\symbols /i
|
||||||
copy licence.txt installer
|
copy licence.txt installer
|
||||||
|
29
gpxsee.pro
29
gpxsee.pro
@ -472,23 +472,26 @@ TRANSLATIONS = lang/gpxsee_en.ts \
|
|||||||
lang/gpxsee_it.ts \
|
lang/gpxsee_it.ts \
|
||||||
lang/gpxsee_eo.ts \
|
lang/gpxsee_eo.ts \
|
||||||
lang/gpxsee_zh.ts \
|
lang/gpxsee_zh.ts \
|
||||||
lang/gpxsee_ca.ts
|
lang/gpxsee_ca.ts \
|
||||||
|
lang/gpxsee_ko.ts
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
ICON = icons/app/gpxsee.icns
|
ICON = icons/app/gpxsee.icns
|
||||||
QMAKE_INFO_PLIST = pkg/Info.plist
|
QMAKE_INFO_PLIST = pkg/mac/Info.plist
|
||||||
locale.path = Contents/Resources/translations
|
locale.path = Contents/Resources/translations
|
||||||
locale.files = $$files(lang/*.qm)
|
locale.files = $$files(lang/*.qm)
|
||||||
csv.path = Contents/Resources
|
csv.path = Contents/Resources
|
||||||
csv.files = pkg/csv
|
csv.files = pkg/common/csv
|
||||||
maps.path = Contents/Resources
|
maps.path = Contents/Resources
|
||||||
maps.files = pkg/maps
|
maps.files = pkg/common/maps
|
||||||
symbols.path = Contents/Resources/symbols
|
symbols.path = Contents/Resources/symbols
|
||||||
symbols.files = $$files(icons/symbols/*.png)
|
symbols.files = $$files(icons/symbols/*.png)
|
||||||
icons.path = Contents/Resources/icons
|
icons.path = Contents/Resources/icons
|
||||||
icons.files = $$files(icons/formats/*.icns)
|
icons.files = $$files(icons/formats/*.icns)
|
||||||
|
lproj.path = Contents/Resources
|
||||||
|
lproj.files = $$files(pkg/mac/lproj/*)
|
||||||
|
|
||||||
QMAKE_BUNDLE_DATA += locale maps symbols icons csv
|
QMAKE_BUNDLE_DATA += locale maps symbols icons csv lproj
|
||||||
}
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
@ -533,9 +536,9 @@ win32 {
|
|||||||
unix:!macx:!android {
|
unix:!macx:!android {
|
||||||
isEmpty(PREFIX):PREFIX = /usr/local
|
isEmpty(PREFIX):PREFIX = /usr/local
|
||||||
|
|
||||||
maps.files = $$files(pkg/maps/*)
|
maps.files = $$files(pkg/common/maps/*)
|
||||||
maps.path = $$PREFIX/share/gpxsee/maps
|
maps.path = $$PREFIX/share/gpxsee/maps
|
||||||
csv.files = $$files(pkg/csv/*)
|
csv.files = $$files(pkg/common/csv/*)
|
||||||
csv.path = $$PREFIX/share/gpxsee/csv
|
csv.path = $$PREFIX/share/gpxsee/csv
|
||||||
symbols.files = $$files(icons/symbols/*.png)
|
symbols.files = $$files(icons/symbols/*.png)
|
||||||
symbols.path = $$PREFIX/share/gpxsee/symbols
|
symbols.path = $$PREFIX/share/gpxsee/symbols
|
||||||
@ -543,12 +546,14 @@ unix:!macx:!android {
|
|||||||
locale.path = $$PREFIX/share/gpxsee/translations
|
locale.path = $$PREFIX/share/gpxsee/translations
|
||||||
icon.files = $$files(icons/app/hicolor/*)
|
icon.files = $$files(icons/app/hicolor/*)
|
||||||
icon.path = $$PREFIX/share/icons/hicolor
|
icon.path = $$PREFIX/share/icons/hicolor
|
||||||
desktop.files = pkg/gpxsee.desktop
|
desktop.files = pkg/linux/gpxsee.desktop
|
||||||
desktop.path = $$PREFIX/share/applications
|
desktop.path = $$PREFIX/share/applications
|
||||||
mime.files = pkg/gpxsee.xml
|
mime.files = pkg/linux/gpxsee.xml
|
||||||
mime.path = $$PREFIX/share/mime/packages
|
mime.path = $$PREFIX/share/mime/packages
|
||||||
|
appdata.files = pkg/linux/gpxsee.appdata.xml
|
||||||
|
appdata.path = $$PREFIX/share/metainfo
|
||||||
target.path = $$PREFIX/bin
|
target.path = $$PREFIX/bin
|
||||||
INSTALLS += target maps csv symbols locale icon desktop mime
|
INSTALLS += target maps csv symbols locale icon desktop mime appdata
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
@ -581,9 +586,9 @@ android {
|
|||||||
pkg/android/build.gradle \
|
pkg/android/build.gradle \
|
||||||
pkg/android/res/values/libs.xml
|
pkg/android/res/values/libs.xml
|
||||||
|
|
||||||
maps.files = $$files(pkg/maps/*)
|
maps.files = $$files(pkg/common/maps/*)
|
||||||
maps.path = /assets/maps
|
maps.path = /assets/maps
|
||||||
csv.files = $$files(pkg/csv/*)
|
csv.files = $$files(pkg/common/csv/*)
|
||||||
csv.path = /assets/csv
|
csv.path = /assets/csv
|
||||||
symbols.files = $$files(icons/symbols/*.png)
|
symbols.files = $$files(icons/symbols/*.png)
|
||||||
symbols.path = /assets/symbols
|
symbols.path = /assets/symbols
|
||||||
|
@ -556,7 +556,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="432"/>
|
<location filename="../src/GUI/gui.cpp" line="432"/>
|
||||||
<source>Use styles</source>
|
<source>Use styles</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Uzi stilojn</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="439"/>
|
<location filename="../src/GUI/gui.cpp" line="439"/>
|
||||||
@ -603,7 +603,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="482"/>
|
<location filename="../src/GUI/gui.cpp" line="482"/>
|
||||||
<source>Show tabs</source>
|
<source>Show tabs</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Montri langetojn</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="491"/>
|
<location filename="../src/GUI/gui.cpp" line="491"/>
|
||||||
@ -1241,7 +1241,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/map/maplist.cpp" line="158"/>
|
<location filename="../src/map/maplist.cpp" line="158"/>
|
||||||
<source>Electronic Navigational Charts</source>
|
<source>Electronic Navigational Charts</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>ENC-mapoj</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/map/maplist.cpp" line="165"/>
|
<location filename="../src/map/maplist.cpp" line="165"/>
|
||||||
|
@ -557,7 +557,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="432"/>
|
<location filename="../src/GUI/gui.cpp" line="432"/>
|
||||||
<source>Use styles</source>
|
<source>Use styles</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Käytä tyylejä</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="439"/>
|
<location filename="../src/GUI/gui.cpp" line="439"/>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -557,7 +557,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="432"/>
|
<location filename="../src/GUI/gui.cpp" line="432"/>
|
||||||
<source>Use styles</source>
|
<source>Use styles</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Использовать стили</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/GUI/gui.cpp" line="439"/>
|
<location filename="../src/GUI/gui.cpp" line="439"/>
|
||||||
@ -1247,7 +1247,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/map/maplist.cpp" line="158"/>
|
<location filename="../src/map/maplist.cpp" line="158"/>
|
||||||
<source>Electronic Navigational Charts</source>
|
<source>Electronic Navigational Charts</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Морские карты ENC</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/map/maplist.cpp" line="165"/>
|
<location filename="../src/map/maplist.cpp" line="165"/>
|
||||||
|
Can't render this file because it is too large.
|
14
pkg/mac/lproj/ca.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/ca.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>ca</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/cs.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/cs.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>cs</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/da.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/da.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>da</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/de.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/de.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>de</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/en.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/en.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/eo.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/eo.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>eo</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/es.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/es.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>es</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/fi.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/fi.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>fi</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/fr.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/fr.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>fr</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/hu.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/hu.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>hu</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/it.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/it.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>it</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/ko.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/ko.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>ko</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/nb.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/nb.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>nb</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/pl.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/pl.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>pl</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/pt.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/pt.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>pt</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/ru.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/ru.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>ru</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/sv.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/sv.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>sv</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/tr.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/tr.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>tr</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/uk.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/uk.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>uk</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
pkg/mac/lproj/zh.lproj/locversion.plist
Normal file
14
pkg/mac/lproj/zh.lproj/locversion.plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>zh</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
21
pkg/mac/scripts/lproj.sh
Executable file
21
pkg/mac/scripts/lproj.sh
Executable file
@ -0,0 +1,21 @@
|
|||||||
|
#/bin/bash
|
||||||
|
|
||||||
|
for QM in ../../../lang/*.qm; do
|
||||||
|
LANG=`echo $QM | cut -d'_' -f2 | cut -d. -f1`
|
||||||
|
DIR=../lproj/$LANG.lproj
|
||||||
|
mkdir -p $DIR
|
||||||
|
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||||
|
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
||||||
|
<plist version=\"1.0\">
|
||||||
|
<dict>
|
||||||
|
<key>LprojCompatibleVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
<key>LprojLocale</key>
|
||||||
|
<string>$LANG</string>
|
||||||
|
<key>LprojRevisionLevel</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LprojVersion</key>
|
||||||
|
<string>123</string>
|
||||||
|
</dict>
|
||||||
|
</plist>" > $DIR/locversion.plist
|
||||||
|
done
|
@ -325,6 +325,7 @@ SectionGroup "Localization" SEC_LOCALIZATION
|
|||||||
!insertmacro LOCALIZATION "German" "de"
|
!insertmacro LOCALIZATION "German" "de"
|
||||||
!insertmacro LOCALIZATION "Hungarian" "hu"
|
!insertmacro LOCALIZATION "Hungarian" "hu"
|
||||||
!insertmacro LOCALIZATION "Italian" "it"
|
!insertmacro LOCALIZATION "Italian" "it"
|
||||||
|
!insertmacro LOCALIZATION "Korean" "ko"
|
||||||
!insertmacro LOCALIZATION "Norwegian" "nb"
|
!insertmacro LOCALIZATION "Norwegian" "nb"
|
||||||
!insertmacro LOCALIZATION "Polish" "pl"
|
!insertmacro LOCALIZATION "Polish" "pl"
|
||||||
!insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR"
|
!insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR"
|
Loading…
x
Reference in New Issue
Block a user