Commit e3aaa2ff authored by Felix Paul Kühne's avatar Felix Paul Kühne

* forgot to include the Turkish locale here as well

parent ae29d64f
......@@ -28,9 +28,9 @@
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "da", "de", "es",
"fr", "it", "ja", "nl", "pt_BR", "ru", "zh_TW" };
"fr", "it", "ja", "nl", "pt_BR", "ru", "tr", "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_("Italian"), N_("Japanese"), N_("Dutch"), N_("Brazilian Portuguese"), N_("Russian"), N_("Chinese Traditional") };
{ N_("Auto"), N_("American English"), N_("British English"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Brazilian Portuguese"), N_("Russian"), N_("Turkish"), N_("Chinese Traditional") };
static char *ppsz_snap_formats[] =
{ "png", "jpg" };
......
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