Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(settings): correct ordering of languages
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed May 9, 2016
1 parent 9c1b959 commit 7c63594
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/widget/form/settings/generalform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
#include <QStandardPaths>
#include <QDebug>

static QStringList locales = {"bg",
static QStringList locales = {"ar",
"bg",
"cs",
"da",
"de",
Expand All @@ -49,9 +50,9 @@ static QStringList locales = {"bg",
"fr",
"he",
"hr",
"hu",
"it",
"lt",
"hu",
"nl",
"ja",
"no_nb",
Expand All @@ -63,9 +64,9 @@ static QStringList locales = {"bg",
"sv",
"tr",
"uk",
"ar",
"zh"};
static QStringList langs = {"Български",
static QStringList langs = {"Arabic",
"Български",
"Čeština",
"Dansk",
"Deutsch",
Expand All @@ -76,9 +77,9 @@ static QStringList langs = {"Български",
"Français",
"עברית",
"Hrvatski",
"Magyar",
"Italiano",
"Lietuvių",
"Magyar",
"Nederlands",
"日本語",
"Norsk Bokmål",
Expand All @@ -90,7 +91,6 @@ static QStringList langs = {"Български",
"Svenska",
"Türkçe",
"Українська",
"Arabic",
"简体中文"};
static QStringList mdPrefs = {"Plaintext",
"Show Formatting Characters",
Expand Down

0 comments on commit 7c63594

Please sign in to comment.