]> cat aescling's git repositories - mastodon.git/commitdiff
I18n: Add language options for Kazakh and Lithuanian (#10104)
authorAditoo17 <42938951+Aditoo17@users.noreply.github.com>
Sat, 23 Feb 2019 21:20:35 +0000 (22:20 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 23 Feb 2019 21:20:35 +0000 (22:20 +0100)
app/helpers/settings_helper.rb
config/application.rb

index e868b45c019bb3c4dece570c6a9ce16697f564e3..241addb832ca6a4505af2cdac35c05a805f3a75e 100644 (file)
@@ -29,7 +29,9 @@ module SettingsHelper
     it: 'Italiano',
     ja: '日本語',
     ka: 'ქართული',
+    kk: 'Қазақша',
     ko: '한국어',
+    lt: 'Lietuvių',
     lv: 'Latviešu',
     ml: 'മലയാളം',
     ms: 'Bahasa Melayu',
index ae9ce48970b104833fe81db01e1850583b2a800c..54df698112c566ab3b3243478e5c056be1a19501 100644 (file)
@@ -63,7 +63,9 @@ module Mastodon
       :it,
       :ja,
       :ka,
+      :kk,
       :ko,
+      :lt,
       :lv,
       :ms,
       :nl,