spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit c82aa461f4274b28da29b3ba8d5ea97e5cb91bf9
parent ee56351b6af4bb8f65de43f0dcf2c05c79180c96
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun,  8 Jul 2012 17:36:21 -0700

i18n: Enable Esperanto translation

Diffstat:
Mdist/osx/bundle.sh | 2+-
Mdist/win/bundle.sh | 2+-
Msrc/spek-preferences-dialog.vala | 1+
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/{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 ../../.. 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/{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 diff --git a/src/spek-preferences-dialog.vala b/src/spek-preferences-dialog.vala @@ -27,6 +27,7 @@ namespace Spek { {"cs", "Čeština"}, {"de", "Deutsch"}, {"en", "English"}, + {"eo", "Esperanto"}, {"es", "Español"}, {"fr", "Français"}, {"it", "Italiano"},