Last active
February 21, 2017 14:05
-
-
Save stasm/1fbdb6623178c31bf9890c8f5da698f0 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
| # 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. |
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
| { | |
| "user_name": "Anne", | |
| "user_gender": "female", | |
| "photo_count": 1234 | |
| } |
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
| { | |
| "locale": "pl", | |
| "dir": "ltr" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment