]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
Update and activate portuguese l10n. Thanks to Bruno Queirós
[vlc] / src / libvlc-module.c
index f302c3f5cd093937c243b7b65853af339bb240d4..15b06c77f8a102c6bafde42dda49b2c5bc3de4af 100644 (file)
@@ -69,6 +69,7 @@ static const char *const ppsz_language[] =
     "oc",
     "fa",
     "pl",
+    "pt_PT",
     "ro",
     "ru",
     "zh_CN",
@@ -106,6 +107,7 @@ static const char *const ppsz_language_text[] =
     N_("Occitan"),
     N_("Persian"),
     N_("Polish"),
+    N_("Portuguese"),
     N_("Romanian"),
     N_("Russian"),
     N_("Simplified Chinese"),