Skip to content

Instantly share code, notes, and snippets.

@stasm
Last active February 21, 2017 14:05
Show Gist options
  • Select an option

  • Save stasm/1fbdb6623178c31bf9890c8f5da698f0 to your computer and use it in GitHub Desktop.

Select an option

Save stasm/1fbdb6623178c31bf9890c8f5da698f0 to your computer and use it in GitHub Desktop.
# Try editing the translations here!
shared-photos = { $user_name } { $photo_count ->
[0] hasn't added any photos yet
[one] added a new photo
*[other] added { $photo_count } new photos
}.
liked-comment = { $user_name } liked your comment on { $user_gender ->
[male] his
[female] her
*[other] their
} post.
{
"user_name": "Anne",
"user_gender": "female",
"photo_count": 1234
}
{
"locale": "pl",
"dir": "ltr"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment