Commit eb04bc50 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* update to the Russian translation by Andrey Brilevskiy <andrey-brilevskiy@yandex.ru>

* include ru in the builds again although it's far from being complete (685 translated messages, 716 fuzzy translations, 1632 untranslated messages)
parent 36ea4f47
...@@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce") ...@@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
dnl dnl
dnl Gettext stuff dnl Gettext stuff
dnl dnl
ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR tr zh_TW" ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR ru tr zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
......
This diff is collapsed.
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
static char *ppsz_language[] = static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "da", "de", "es", { "auto", "en", "en_GB", "ca", "da", "de", "es",
"fr", "it", "ja", "nl", "pt_BR", "zh_TW" }; "fr", "it", "ja", "nl", "pt_BR", "ru", "zh_TW" };
static char *ppsz_language_text[] = static char *ppsz_language_text[] =
{ N_("Auto"), N_("American"), N_("British"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Brazilian"), N_("Chinese Traditional") }; { N_("Auto"), N_("American"), N_("British"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Brazilian"), _N("Russian"), N_("Chinese Traditional") };
static char *ppsz_snap_formats[] = static char *ppsz_snap_formats[] =
{ "png", "jpg" }; { "png", "jpg" };
......
...@@ -51,6 +51,7 @@ static int FindLanguage( const char * psz_lang ) ...@@ -51,6 +51,7 @@ static int FindLanguage( const char * psz_lang )
"Japanese", "ja", "Japanese", "ja",
"Dutch", "nl", "Dutch", "nl",
"Brazillian Portuguese", "pt_BR", "Brazillian Portuguese", "pt_BR",
"Russian", "ru",
"Chinese Traditional", "zh_TW", "Chinese Traditional", "zh_TW",
NULL NULL
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment