Skip to content

Instantly share code, notes, and snippets.

@Sajjon
Created March 25, 2015 09:21
Show Gist options
  • Save Sajjon/8806d5f18904479353f7 to your computer and use it in GitHub Desktop.
Save Sajjon/8806d5f18904479353f7 to your computer and use it in GitHub Desktop.
[
{
"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