9

たとえば、YAMLファイルがある場合

en:
  questions:
    new: 'New Question'
    other:
      recent: 'Recent'
      old: 'Old'

これは、次のようなjsonオブジェクトになります

{
  'questions.new': 'New Question',
  'questions.other.recent': 'Recent',
  'questions.other.old': 'Old'
}
4

3 に答える 3