test - mindey/terms GitHub Wiki

aliases:
  en: test
  lt: testas

ha

[{'*': '',
  'background_image': {'*': ''},
  'news': [{'*': '',
            'id': {'*': ''},
            'source': {'*': ''},
            'time': {'*': ''},
            'title': {'*': ''}}],
  'topic': [{'*': '', 'tag': {'*': ''}}]}]

ho

- '*': ''
  background_image: {'*': ''}
  news:
  - '*': ''
    id: {'*': ''}
    source: {'*': ''}
    time: {'*': ''}
    title: {'*': ''}
  topic:
  - '*': ''
    tag: {'*': ''}

mi

{"a": {"*": "b"}}