[vlc-devel] commit: Activate Bengali l10n (Christophe Mutricy )
git version control
git at videolan.org
Fri Jan 16 18:32:30 CET 2009
vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Fri Jan 16 17:25:54 2009 +0000| [ac5b0f751519d3ef61b89ed801c30fe842e1f671] | committer: Christophe Mutricy
Activate Bengali l10n
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac5b0f751519d3ef61b89ed801c30fe842e1f671
---
NEWS | 1 +
src/libvlc-module.c | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index c2a9d3a..3de7818 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Mac OS X Interface:
New Localizations:
* Indonesian
+ * Bengali
Various bugfixes:
* Support for receiving RTP packets on odd port numbers.
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index dbec7dc..fc67965 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -48,6 +48,7 @@ static const char *const ppsz_language[] =
"auto",
"en",
"ar",
+ "bn",
"pt_BR",
"en_GB",
"bg",
@@ -90,6 +91,7 @@ static const char *const ppsz_language_text[] =
N_("Auto"),
N_("American English"),
N_("Arabic"),
+ N_("Bengali"),
N_("Brazilian Portuguese"),
N_("British English"),
N_("Bulgarian"),
More information about the vlc-devel
mailing list