spek

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

commit 74a819cb17be0f86c18dffa921fb7608ba1ea89b
parent 610693234f586ae80dcec131cefdc9483d48fe6b
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat, 13 Oct 2012 15:44:44 -0700

i18n: Enable Turkish translation

Diffstat:
Mdist/osx/bundle.sh | 2+-
Mdist/win/bundle.sh | 2+-
Msrc/spek-preferences-dialog.cc | 1+
3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dist/osx/bundle.sh b/dist/osx/bundle.sh @@ -1,7 +1,7 @@ #!/bin/sh INSTALL_PATH=$HOME/usr -LANGUAGES="cs da de eo es fr it ja nl pl pt_BR ru sv uk zh_CN zh_TW" +LANGUAGES="cs da de eo es fr it ja nl pl pt_BR ru sv tr uk zh_CN zh_TW" cd $(dirname $0)/../.. diff --git a/dist/win/bundle.sh b/dist/win/bundle.sh @@ -6,7 +6,7 @@ # Adjust these variables if necessary. HOST=i686-pc-mingw32 -LANGUAGES="cs da de eo es fr it ja nl pl pt_BR ru sv uk zh_CN zh_TW" +LANGUAGES="cs da de eo es fr it ja nl pl pt_BR ru sv tr uk zh_CN zh_TW" MAKE=gmake MXE=$(realpath $(dirname $0)/../../../mxe/usr/i686-pc-mingw32) STRIP=$(which i686-pc-mingw32-strip) diff --git a/src/spek-preferences-dialog.cc b/src/spek-preferences-dialog.cc @@ -40,6 +40,7 @@ static const char *available_languages[] = "pt_BR", "Português brasileiro", "ru", "Русский", "sv", "Svenska", + "tr", "Türkçe", "uk", "Українська", "zh_CN", "中文(简体)", "zh_TW", "中文(台灣)",