i18n: Enable Esperanto translation

This commit is contained in:
Alexander Kojevnikov 2012-07-08 17:36:21 -07:00
parent ee56351b6a
commit c82aa461f4
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/{cs,de,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
mv share/locale/{cs,de,eo,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} 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/{cs,de,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
mv share/locale/{cs,de,eo,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
rm -fr share/locale
mv share/locale_ share/locale
rm -fr doc

View File

@ -27,6 +27,7 @@ namespace Spek {
{"cs", "Čeština"},
{"de", "Deutsch"},
{"en", "English"},
{"eo", "Esperanto"},
{"es", "Español"},
{"fr", "Français"},
{"it", "Italiano"},