Browse Source

Add Welsh language option (#8536)

pull/4/head
Eugen Rochko 5 years ago
committed by Yamagishi Kazutoshi
parent
commit
562250246c
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

@ -8,6 +8,7 @@ module SettingsHelper
bg: 'Български',
ca: 'Català',
co: 'Corsu',
cy: 'Cymraeg',
da: 'Dansk',
de: 'Deutsch',
el: 'Ελληνικά',

+ 1
- 0
config/application.rb View File

@ -42,6 +42,7 @@ module Mastodon
:bg,
:ca,
:co,
:cy,
:da,
:de,
:el,

Loading…
Cancel
Save