Skip to content

Instantly share code, notes, and snippets.

@maerzbow
Last active August 29, 2015 14:19
Show Gist options
  • Save maerzbow/3ebfbb2c6dc2a7efb9e5 to your computer and use it in GitHub Desktop.
Save maerzbow/3ebfbb2c6dc2a7efb9e5 to your computer and use it in GitHub Desktop.
# this comment is ignored because it is not directly followed by a key-value pair
en:
# this comment is also ignored,
# because it is followed by a key that has children nodes
header:
hello_user : Hello %{username}
# comments are treated as translation descriptions
# belonging to the key-value pair that follows
# lingochecks as well
# lh-check {placeholders:true, terms: Lingohub, min: -5, max:+5}
welcome: Welcome to Lingohub! this is your %{visit_count} visit.
about:
# example of an array in YAML
features_array:
- Reach billions with your apps!
- Android, iOS & Co!
- Clever Github integration!
another_array: ['one', 'two', 'three']
multi_line: |
A multi
line value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment