Skip to content

Instantly share code, notes, and snippets.

@jamesplease
Last active August 31, 2016 17:45
Show Gist options
  • Save jamesplease/8509664900310243696d7522db27a493 to your computer and use it in GitHub Desktop.
Save jamesplease/8509664900310243696d7522db27a493 to your computer and use it in GitHub Desktop.
ICU Message Example
# this version is easier to read
Displaying {count} { count, plural,
one {character}
other {characters}
}.
# new lines don't have meaning so this also works
Displaying {count} { count, plural, one {character} other {characters} }.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment