Commit bee5b3c8 by Danielle Madeley

Merge pull request #499 from zakuro9715/fix_japanese

Fix japanese
parents b18b8fb7 ee8bd585
...@@ -99,13 +99,13 @@ LANGUAGES = { ...@@ -99,13 +99,13 @@ LANGUAGES = {
}, },
'ja': { 'ja': {
'examples': u'例', 'examples': u'例',
'feature': u'フィーチャ', 'feature': u'フィーチャ|機能',
'name': u'Japanese', 'name': u'Japanese',
'native': u'日本語', 'native': u'日本語',
'scenario': u'シナリオ', 'scenario': u'シナリオ',
'scenario_outline': u'シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ', 'scenario_outline': u'シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ',
'scenario_separator': u'(シナリオ|シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ)', 'scenario_separator': u'(シナリオ|シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ)',
'background': u'(?:Background)', 'background': u'背景',
}, },
'tr': { 'tr': {
'examples': u'Örnekler', 'examples': u'Örnekler',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment