たとえば、YAMLファイルがある場合
en:
questions:
new: 'New Question'
other:
recent: 'Recent'
old: 'Old'
これは、次のようなjsonオブジェクトになります
{
'questions.new': 'New Question',
'questions.other.recent': 'Recent',
'questions.other.old': 'Old'
}
たとえば、YAMLファイルがある場合
en:
questions:
new: 'New Question'
other:
recent: 'Recent'
old: 'Old'
これは、次のようなjsonオブジェクトになります
{
'questions.new': 'New Question',
'questions.other.recent': 'Recent',
'questions.other.old': 'Old'
}