Created
June 10, 2011 11:36
-
-
Save feedhenry-gists/1018661 to your computer and use it in GitHub Desktop.
Multilingual Support Defining Languages
This file contains 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
var en_gb = { | |
// Welcome strings | |
'app_heading' : 'Welcome', | |
'app_introduction' : 'This tutorial shows how we can easily create a multi-lingual application.' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment