mirror of
https://github.com/alexkay/spek.git
synced 2025-04-15 08:10:33 +03:00
i18n: Enable Italian translation
This commit is contained in:
parent
638bcbacfb
commit
c31916855f
2
dist/osx/bundle.sh
vendored
2
dist/osx/bundle.sh
vendored
@ -14,7 +14,7 @@ ige-mac-bundler spek.bundle
|
||||
|
||||
cd Spek.app/Contents/Resources
|
||||
mkdir share/locale_
|
||||
mv share/locale/{de,es,fr,nl,pl,ru,sv,uk} share/locale_/
|
||||
mv share/locale/{de,es,fr,it,nl,pl,ru,sv,uk} share/locale_/
|
||||
rm -fr share/locale
|
||||
mv share/locale_ share/locale
|
||||
cd ../../..
|
||||
|
2
dist/win/bundle.sh
vendored
2
dist/win/bundle.sh
vendored
@ -61,7 +61,7 @@ cp /usr/bin/avutil-51.dll bin/
|
||||
# Clean up
|
||||
mv bin/spek.exe ../
|
||||
mkdir share/locale_
|
||||
mv share/locale/{de,es,fr,nl,pl,ru,sv,uk} share/locale_/
|
||||
mv share/locale/{de,es,fr,it,nl,pl,ru,sv,uk} share/locale_/
|
||||
rm -fr share/locale
|
||||
mv share/locale_ share/locale
|
||||
rm -fr doc
|
||||
|
@ -28,6 +28,7 @@ namespace Spek {
|
||||
{"en", "English"},
|
||||
{"es", "Español"},
|
||||
{"fr", "Français"},
|
||||
{"it", "Italiano"},
|
||||
{"nl", "Nederlands"},
|
||||
{"pl", "Polski"},
|
||||
{"ru", "Русский"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user