Skip to content

Instantly share code, notes, and snippets.

@hmelenok
Created January 11, 2022 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmelenok/ebf270cc0c7edfc8b7f33f89a0ed1c85 to your computer and use it in GitHub Desktop.
Save hmelenok/ebf270cc0c7edfc8b7f33f89a0ed1c85 to your computer and use it in GitHub Desktop.
Example of translation file
{
//Simple key->translation
"search": "Suchen",
"noResults": "Keine Suchergebnisse gefunden",
"publish": "Veröffentlichen",
"cancel": "Abbrechen",
"save": "Speichern",
//nested key->key->translation
"fileTypes": {
"document": "Dokument",
"article": "Artikel"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment