Skip to content

Commit

Permalink
テスト対象をjaとenのみにする
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuryo committed Feb 9, 2021
1 parent 59160de commit 8ebefcd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions spec/lib/locales_setting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@
path: '/en/',
locale: JSON.parse(File.read(File.join(__dir__, '../../assets/locales/en.json'))),
logo: 'logo-en.png'
},
zh_cn: {
path: '/zh-cn/',
locale: JSON.parse(File.read(File.join(__dir__, '../../assets/locales/zh_CN.json'))),
logo: 'logo-zh-cn.png'
},
zh_tw: {
path: '/zh-tw/',
locale: JSON.parse(File.read(File.join(__dir__, '../../assets/locales/zh_TW.json'))),
logo: 'logo.svg'
},
ko: {
path: '/ko/',
locale: JSON.parse(File.read(File.join(__dir__, '../../assets/locales/ko.json'))),
logo: 'logo-ko.png'
},
ja_basic: {
path: '/ja-basic',
locale: JSON.parse(File.read(File.join(__dir__, '../../assets/locales/ja-Hira.json'))),
logo: 'logo.svg'
}
}.freeze

Expand Down

0 comments on commit 8ebefcd

Please sign in to comment.