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 /config | |
parent | 1ded3bb752916fe87755d80a832af39431a42438 (diff) |
Add is to available locales (#12882)
Fix #12869
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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, |