]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
* ALL: added Nepali as the last of Simos Xenitellis' list of languages
[vlc] / src / libvlc.h
index 82a3819c02ab4eb4f589ea6f48d103a22daa5090..1fb7ae169b79b4d990812342d4bad488b21c551b 100644 (file)
 
 static char *ppsz_language[] =
 { "auto", "en", "en_GB", "bn", "da", "de", "el", "es",
-  "fr", "hi", "hu", "it", "ja", "my", "nl", "no",
+  "fr", "hi", "hu", "it", "ja", "my", "ne", "nl", "no",
   "pl", "ps", "pt_BR", "ru", "sv", "tet", "tl" };
 static char *ppsz_language_text[] =
 { N_("Auto"), N_("American"), N_("British"), N_("Bengali"), N_("Danish"), N_("German"), N_("Greek"), N_("Spanish"),
-  N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Dutch"), N_("Norwegian"),
+  N_("French"), N_("Hindi"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Burmese"), N_("Nepali"), N_("Dutch"), N_("Norwegian"),
   N_("Polish"), N_("Pashto"), N_("Brazilian"), N_("Russian"), N_("Swedish"), N_("Tetum"), N_("Tagalog") };
 
 static char *ppsz_snap_formats[] =