Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created May 29, 2019 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/03ff209b8bca7a645f3af5cec634f4b9 to your computer and use it in GitHub Desktop.
Save theodesp/03ff209b8bca7a645f3af5cec634f4b9 to your computer and use it in GitHub Desktop.
{
"el": {
"like": [
"{0, plural, offset:1",
" =0 {Αγάπησε το}",
" =1 {Το αγαπάς ήδη}",
" one {Εσύ και καποιος άλλος το αγαπάτε}",
" other {Εσύ και # άλλοι το αγαπάτε}",
"}"
]
}
}
{
"en": {
"like": [
"{0, plural, offset:1",
" =0 {Be the first to like this}",
" =1 {You liked this}",
" one {You and someone else liked this}",
" other {You and # others liked this}",
"}"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment