Add Russian language into select control on General Page.

This commit is contained in:
Ruslan Popov 2017-01-06 23:32:37 +03:00
parent 007494de08
commit 0c4b2c404b

View file

@ -97,6 +97,7 @@ UM.PreferencesPage
append({ text: "Français", code: "fr" })
append({ text: "Italiano", code: "it" })
append({ text: "Nederlands", code: "nl" })
append({ text: "Русский", code: "ru" })
append({ text: "Türkçe", code: "tr" })
}
}