commit c31916855f3e4348dfc69d971597c27b019295d5
parent 638bcbacfb01a2bac02253ab028068872af89d7d
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Fri, 6 May 2011 16:38:51 +0800
i18n: Enable Italian translation
Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dist/osx/bundle.sh b/dist/osx/bundle.sh
@@ -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 ../../..
diff --git a/dist/win/bundle.sh b/dist/win/bundle.sh
@@ -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
diff --git a/src/spek-preferences-dialog.vala b/src/spek-preferences-dialog.vala
@@ -28,6 +28,7 @@ namespace Spek {
{"en", "English"},
{"es", "Español"},
{"fr", "Français"},
+ {"it", "Italiano"},
{"nl", "Nederlands"},
{"pl", "Polski"},
{"ru", "Русский"},