i18n: Enable Italian translation

This commit is contained in:
Alexander Kojevnikov 2011-05-06 16:38:51 +08:00
parent 638bcbacfb
commit c31916855f
3 changed files with 3 additions and 2 deletions

2
dist/osx/bundle.sh vendored
View File

@ -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
View File

@ -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

View File

@ -28,6 +28,7 @@ namespace Spek {
{"en", "English"},
{"es", "Español"},
{"fr", "Français"},
{"it", "Italiano"},
{"nl", "Nederlands"},
{"pl", "Polski"},
{"ru", "Русский"},