spek

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

commit 4cc997087e44b1a8b8c043e0f8fe8949b63ac4c8
parent 7dc985572e38decadad3d5ae40e90cdf444f0bb7
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 22 May 2011 20:41:07 +0800

i18n: Enable Czech 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/{de,es,fr,it,nl,pl,ru,sv,uk} share/locale_/ +mv share/locale/{cs,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,it,nl,pl,ru,sv,uk} share/locale_/ +mv share/locale/{cs,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 @@ -24,6 +24,7 @@ namespace Spek { // strings. Don't translate language names. Keep the first line intact. private static string[,] languages = { {"", null}, + {"cs", "Čeština"}, {"de", "Deutsch"}, {"en", "English"}, {"es", "Español"},