Browse Source

Add human locales for zh-tw (#1984)

master
Yamagishi Kazutoshi 7 years ago
committed by Eugen
parent
commit
6afe70db95
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/helpers/settings_helper.rb

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

@ -18,6 +18,7 @@ module SettingsHelper
ja: '日本語',
'zh-CN': '简体中文',
'zh-HK': '繁體中文(香港)',
'zh-TW': '繁體中文(臺灣)',
bg: 'Български',
}.freeze

Loading…
Cancel
Save