Commit ac5b0f75 authored by Christophe Mutricy's avatar Christophe Mutricy

Activate Bengali l10n

parent ef863519
...@@ -7,6 +7,7 @@ Mac OS X Interface: ...@@ -7,6 +7,7 @@ Mac OS X Interface:
New Localizations: New Localizations:
* Indonesian * Indonesian
* Bengali
Various bugfixes: Various bugfixes:
* Support for receiving RTP packets on odd port numbers. * Support for receiving RTP packets on odd port numbers.
......
...@@ -48,6 +48,7 @@ static const char *const ppsz_language[] = ...@@ -48,6 +48,7 @@ static const char *const ppsz_language[] =
"auto", "auto",
"en", "en",
"ar", "ar",
"bn",
"pt_BR", "pt_BR",
"en_GB", "en_GB",
"bg", "bg",
...@@ -90,6 +91,7 @@ static const char *const ppsz_language_text[] = ...@@ -90,6 +91,7 @@ static const char *const ppsz_language_text[] =
N_("Auto"), N_("Auto"),
N_("American English"), N_("American English"),
N_("Arabic"), N_("Arabic"),
N_("Bengali"),
N_("Brazilian Portuguese"), N_("Brazilian Portuguese"),
N_("British English"), N_("British English"),
N_("Bulgarian"), N_("Bulgarian"),
......
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