[vlc-devel] commit: Activates Punjabi translation (Christophe Mutricy )

git version control git at videolan.org
Thu Aug 7 23:44:44 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Aug  7 22:23:36 2008 +0100| [20fe7a90b328134ea5e528c759023a63cf699caa] | committer: Christophe Mutricy 

Activates Punjabi translation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20fe7a90b328134ea5e528c759023a63cf699caa
---

 NEWS                |    1 +
 src/libvlc-module.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index d2eaab5..00a81ce 100644
--- a/NEWS
+++ b/NEWS
@@ -237,6 +237,7 @@ New Localizations:
  * Finnish
  * Persian
  * Polish
+ * Punjabi
 
 Developers:
   * LibVLC now supports externally built plugins properly.
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index a93822a..855778c 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -70,6 +70,7 @@ static const char *const ppsz_language[] =
     "fa",
     "pl",
     "pt_PT",
+    "pa",
     "ro",
     "ru",
     "zh_CN",
@@ -108,6 +109,7 @@ static const char *const ppsz_language_text[] =
     N_("Persian"),
     N_("Polish"),
     N_("Portuguese"),
+    N_("Punjabi"),
     N_("Romanian"),
     N_("Russian"),
     N_("Simplified Chinese"),




More information about the vlc-devel mailing list