Created
March 25, 2015 09:21
-
-
Save Sajjon/8806d5f18904479353f7 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"lang": "en", | |
"viewStrings" : [ | |
{ | |
"viewKey" : "LoginView", | |
"strings" : { | |
"Title" : "Login", | |
"SignUpButtonTitle" : "Sign up" | |
} | |
}, | |
{ | |
"viewKey" : "SettingsView", | |
"strings" : { | |
"Title" : "Settings", | |
"EnablePushNotificationsButtonTitle" : "Enable Push" | |
} | |
} | |
] | |
}, | |
{ | |
"lang": "sv", | |
"viewStrings" : [ | |
{ | |
"viewKey" : "LoginView", | |
"strings" : { | |
"Title" : "Logga in", | |
"SignUpButtonTitle" : "Skapa konto" | |
} | |
}, | |
{ | |
"viewKey" : "SettingsView", | |
"strings" : { | |
"Title" : "Instälnningar", | |
"EnablePushNotificationsButtonTitle" : "Tillåt Push" | |
} | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment