Browse Source

Add is to available locales (#12882)

Fix #12869
master
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
a7d34d49ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/helpers/settings_helper.rb
  2. +1
    -0
      config/application.rb

+ 1
- 0
app/helpers/settings_helper.rb View File

@ -32,6 +32,7 @@ module SettingsHelper
hy: 'Հայերեն',
id: 'Bahasa Indonesia',
io: 'Ido',
is: 'Íslenska',
it: 'Italiano',
ja: '日本語',
ka: 'ქართული',

+ 1
- 0
config/application.rb View File

@ -70,6 +70,7 @@ module Mastodon
:hy,
:id,
:io,
:is,
:it,
:ja,
:ka,

Loading…
Cancel
Save