Last active
August 29, 2015 14:19
-
-
Save maerzbow/3ebfbb2c6dc2a7efb9e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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