]> git.sesse.net Git - vlc/commitdiff
Activates Punjabi translation
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 7 Aug 2008 21:23:36 +0000 (22:23 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 7 Aug 2008 21:44:13 +0000 (22:44 +0100)
NEWS
src/libvlc-module.c

diff --git a/NEWS b/NEWS
index d2eaab59b5b847cd2363be53498fa6e9b44c78b0..00a81ce8cfd3eb6afb9481cbda0ef18b8fc0bce9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -237,6 +237,7 @@ New Localizations:
  * Finnish
  * Persian
  * Polish
+ * Punjabi
 
 Developers:
   * LibVLC now supports externally built plugins properly.
index a93822aaef5f7b87d552c7cf4936aee4aaacc034..855778cf1b36cb63fd882751f22257f718276ced 100644 (file)
@@ -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"),