Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created February 5, 2019 20:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save theodesp/76bcc2d7dc1905eb482a6fd105021dff to your computer and use it in GitHub Desktop.
➜ ./phraseapp pull
Downloaded en to en.all.json
Downloaded de to de.all.json
Theo/Projects/phraseapp-api
➜ ls
de.all.json en.all.json phraseapp
Theo/Projects/phraseapp-api
➜ cat de.all.json
[
{
"id": "general.back",
"translation": "zurück"
},
{
"id": "general.cancel",
"translation": "abbrechen"
},
{
"id": "general.confirm",
"translation": "Bist du sicher?"
},
{
"id": "general.destroy",
"translation": "Löschen"
},
{
"id": "general.edit",
"translation": "Bearbeiten"
},
{
"id": "general.new",
"translation": "Neu"
},
{
"id": "hello",
"translation": "Hallo Welt"
},
{
"id": "layouts.application.about",
"translation": "Über"
},
{
"id": "layouts.application.account",
"translation": "Konto"
},
{
"id": "layouts.application.app_store",
"translation": "App Store"
},
{
"id": "layouts.application.imprint",
"translation": "Impressum"
},
{
"id": "layouts.application.logout",
"translation": "Abmelden"
},
{
"id": "layouts.application.my_mails",
"translation": "Meine Mails"
}
]%
Theo/Projects/phraseapp-api
➜ cat en.all.json
[
{
"id": "general.back",
"translation": "Back"
},
{
"id": "general.cancel",
"translation": "Cancel"
},
{
"id": "general.confirm",
"translation": "Are you sure?"
},
{
"id": "general.destroy",
"translation": "Delete"
},
{
"id": "general.edit",
"translation": "Edit"
},
{
"id": "general.new",
"translation": "New"
},
{
"id": "hello",
"translation": "Hello world"
},
{
"id": "layouts.application.about",
"translation": "About"
},
{
"id": "layouts.application.account",
"translation": "Account"
},
{
"id": "layouts.application.app_store",
"translation": "App Store"
},
{
"id": "layouts.application.imprint",
"translation": "Imprint"
},
{
"id": "layouts.application.logout",
"translation": "Logout"
},
{
"id": "layouts.application.my_mails",
"translation": "My Mails"
},
{
"id": "layouts.application.press",
"translation": "Press"
},
{
"id": "layouts.application.preview",
"translation": "Preview"
},
{
"id": "layouts.application.profile",
"translation": "Profile"
},
{
"id": "layouts.application.sign_in",
"translation": "Login"
},
{
"id": "layouts.application.sign_up",
"translation": "Register"
}
]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment