Commit d2c46fd3 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix languages (missing comma)

parent 597dfbef
......@@ -28,14 +28,14 @@
#include "vlc_keys.h"
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "da", "de", "es", "fr", "gl", "he", "hi" "hu", "it", "ja",
{ "auto", "en", "en_GB", "ca", "da", "de", "es", "fr", "gl", "he", "hi", "hu", "it", "ja",
"ka","ko", "nl", "oc", "pt_BR", "ro", "ru", "sv", "tr", "zh_CN", "zh_TW" };
static char *ppsz_language_text[] =
{ N_("Auto"), N_("American English"), N_("British English"),
N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"),
N_("Galician"), N_("Hebrew"), N_("Hindi"), N_("Hungarian"), N_("Italian"),
N_("Japanese"), N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Occitan"),
N_("Japanese"), N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Occitan"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"),
N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment