spek

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

commit 4eddc34a2f512f4997384b6ba2f6048e639c1f7e
parent 3d911961d3a27990a7e422dade2f44ba40c813d9
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue, 31 Jan 2012 10:10:25 +0800

i18n: Enable Japanese 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,nl,pl,pt_BR,ru,sv,uk} share/locale_/ +mv share/locale/{cs,de,es,fr,it,ja,nl,pl,pt_BR,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/{cs,de,es,fr,it,nl,pl,pt_BR,ru,sv,uk} share/locale_/ +mv share/locale/{cs,de,es,fr,it,ja,nl,pl,pt_BR,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 @@ -30,6 +30,7 @@ namespace Spek { {"es", "Español"}, {"fr", "Français"}, {"it", "Italiano"}, + {"ja", "日本語"}, {"nl", "Nederlands"}, {"pl", "Polski"}, {"pt_BR", "Português brasileiro"},