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

* ALL: added Nepali as the last of Simos Xenitellis' list of languages

parent a48ff746
...@@ -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="bn da de el en_GB es fr hi hu it ja my nl no pl ps pt_BR ru sv tet tl" ALL_LINGUAS="bn da de el en_GB es fr hi hu it ja my ne nl no pl ps pt_BR ru sv tet tl"
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 source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
static char *ppsz_language[] = static char *ppsz_language[] =
{ "auto", "en", "en_GB", "bn", "da", "de", "el", "es", { "auto", "en", "en_GB", "bn", "da", "de", "el", "es",
"fr", "hi", "hu", "it", "ja", "my", "nl", "no", "fr", "hi", "hu", "it", "ja", "my", "ne", "nl", "no",
"pl", "ps", "pt_BR", "ru", "sv", "tet", "tl" }; "pl", "ps", "pt_BR", "ru", "sv", "tet", "tl" };
static char *ppsz_language_text[] = static char *ppsz_language_text[] =
{ N_("Auto"), N_("American"), N_("British"), N_("Bengali"), N_("Danish"), N_("German"), N_("Greek"), N_("Spanish"), { N_("Auto"), N_("American"), N_("British"), N_("Bengali"), N_("Danish"), N_("German"), N_("Greek"), N_("Spanish"),
N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Dutch"), N_("Norwegian"), N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Nepali"), N_("Dutch"), N_("Norwegian"),
N_("Polish"), N_("Pashto"), N_("Brazilian"), N_("Russian"), N_("Swedish"), N_("Tetum"), N_("Tagalog") }; N_("Polish"), N_("Pashto"), N_("Brazilian"), N_("Russian"), N_("Swedish"), N_("Tetum"), N_("Tagalog") };
static char *ppsz_snap_formats[] = static char *ppsz_snap_formats[] =
......
...@@ -53,6 +53,7 @@ static int FindLanguage( const char * psz_lang ) ...@@ -53,6 +53,7 @@ static int FindLanguage( const char * psz_lang )
"Italian", "it", "Italian", "it",
"Japanese", "ja", "Japanese", "ja",
"Burmese", "my", "Burmese", "my",
"Nepali", "ne",
"Dutch", "nl", "Dutch", "nl",
"Norwegian", "no", "Norwegian", "no",
"Polish", "pl", "Polish", "pl",
......
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