From: Christophe Mutricy Date: Thu, 7 Aug 2008 21:23:36 +0000 (+0100) Subject: Activates Punjabi translation X-Git-Tag: 0.9.0~534 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=20fe7a90b328134ea5e528c759023a63cf699caa;p=vlc Activates Punjabi translation --- diff --git a/NEWS b/NEWS index d2eaab59b5..00a81ce8cf 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 a93822aaef..855778cf1b 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"),