From: Aditoo17 <42938951+Aditoo17@users.noreply.github.com> Date: Sat, 23 Feb 2019 21:20:35 +0000 (+0100) Subject: I18n: Add language options for Kazakh and Lithuanian (#10104) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=57483f2ffb59aff3e4ab68f8d291e7c5e886dc77;p=mastodon.git I18n: Add language options for Kazakh and Lithuanian (#10104) --- diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index e868b45c0..241addb83 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -29,7 +29,9 @@ module SettingsHelper it: 'Italiano', ja: '日本語', ka: 'ქართული', + kk: 'Қазақша', ko: '한국어', + lt: 'Lietuvių', lv: 'Latviešu', ml: 'മലയാളം', ms: 'Bahasa Melayu', diff --git a/config/application.rb b/config/application.rb index ae9ce4897..54df69811 100644 --- a/config/application.rb +++ b/config/application.rb @@ -63,7 +63,9 @@ module Mastodon :it, :ja, :ka, + :kk, :ko, + :lt, :lv, :ms, :nl,