diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-18 23:22:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-18 23:22:35 +0100 |
commit | a7d34d49ada5bb2dea982a36537bfccdcee27da2 (patch) | |
tree | a981252b832afdd9b5a1282c0e17216b902f7c4f | |
parent | 1ded3bb752916fe87755d80a832af39431a42438 (diff) |
Add is to available locales (#12882)
Fix #12869
-rw-r--r-- | app/helpers/settings_helper.rb | 1 | ||||
-rw-r--r-- | config/application.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 39eb4180e..10aaf3aca 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -32,6 +32,7 @@ module SettingsHelper hy: 'Հայերեն', id: 'Bahasa Indonesia', io: 'Ido', + is: 'Íslenska', it: 'Italiano', ja: '日本語', ka: 'ქართული', diff --git a/config/application.rb b/config/application.rb index 58e59fd51..c1bc18a30 100644 --- a/config/application.rb +++ b/config/application.rb @@ -70,6 +70,7 @@ module Mastodon :hy, :id, :io, + :is, :it, :ja, :ka, |