]> cat aescling's git repositories - mastodon.git/commitdiff
Add is to available locales (#12882)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 18 Jan 2020 22:22:35 +0000 (23:22 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 22:22:35 +0000 (23:22 +0100)
Fix #12869

app/helpers/settings_helper.rb
config/application.rb

index 39eb4180ef3f9462331ef0223f2a0bc83211a436..10aaf3acaa5ac1f7132af470bdcf3f5e9b5ab71f 100644 (file)
@@ -32,6 +32,7 @@ module SettingsHelper
     hy: 'Հայերեն',
     id: 'Bahasa Indonesia',
     io: 'Ido',
+    is: 'Íslenska',
     it: 'Italiano',
     ja: '日本語',
     ka: 'ქართული',
index 58e59fd51b054ee57847f4dc59092bd0ac5952a8..c1bc18a3033d63ad947cbfe1c56c30bb25626307 100644 (file)
@@ -70,6 +70,7 @@ module Mastodon
       :hy,
       :id,
       :io,
+      :is,
       :it,
       :ja,
       :ka,