Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
dd909549
Commit
dd909549
authored
Jun 28, 2021
by
Laurent Montel
Browse files
Fix order
parent
b0ea197e
Pipeline
#69267
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kmail/grammarplugins/languagetool/src/languagetoolcombobox.cpp
View file @
dd909549
...
...
@@ -30,7 +30,6 @@ void LanguageToolComboBox::fillComboBox(const QVector<LanguageInfo> &info)
void
LanguageToolComboBox
::
fillComboBox
()
{
// TODO add more
addItem
(
i18n
(
"French"
),
QStringLiteral
(
"fr"
));
addItem
(
i18n
(
"English"
),
QStringLiteral
(
"en"
));
addItem
(
i18n
(
"Asturian"
),
QStringLiteral
(
"ast"
));
addItem
(
i18n
(
"Belarusian"
),
QStringLiteral
(
"be"
));
...
...
@@ -42,6 +41,7 @@ void LanguageToolComboBox::fillComboBox()
addItem
(
i18n
(
"English (Australian)"
),
QStringLiteral
(
"en-AU"
));
addItem
(
i18n
(
"English (Canadian)"
),
QStringLiteral
(
"en-CA"
));
addItem
(
i18n
(
"Esperanto"
),
QStringLiteral
(
"eo"
));
addItem
(
i18n
(
"French"
),
QStringLiteral
(
"fr"
));
addItem
(
i18n
(
"Galician"
),
QStringLiteral
(
"gl"
));
addItem
(
i18n
(
"German"
),
QStringLiteral
(
"de"
));
addItem
(
i18n
(
"Greek"
),
QStringLiteral
(
"el"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment