Created
December 22, 2010 09:43
-
-
Save eliaskg/751319 to your computer and use it in GitHub Desktop.
An example language object
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
| translations = { | |
| greeting: { | |
| en: "Hello!", | |
| de: "Hallo!", | |
| mn: "сайн байна уу?" | |
| }, | |
| farewell: { | |
| en: "Goodbye!", | |
| de: "Auf Wiedersehen!", | |
| mn: "баяртай!" | |
| } | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment