Add Turkish language to drop-down

The translation files are already in there (though the template all languages were based on is not entirely complete). But it wasn't yet in the drop-down so it couldn't be selected.

Contributes to issue CURA-570.
This commit is contained in:
Ghostkeeper 2016-10-04 11:29:44 +02:00
parent 1ad39a3332
commit 04545406cd
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -97,6 +97,7 @@ UM.PreferencesPage
append({ text: catalog.i18nc("@item:inlistbox", "Italian"), code: "it" })
append({ text: catalog.i18nc("@item:inlistbox", "Dutch"), code: "nl" })
append({ text: catalog.i18nc("@item:inlistbox", "Spanish"), code: "es" })
append({ text: catalog.i18nc("@item:inlistbox", "Turkish"), code: "tr" })
}
}