Created
January 11, 2022 10:55
-
-
Save hmelenok/ebf270cc0c7edfc8b7f33f89a0ed1c85 to your computer and use it in GitHub Desktop.
Example of translation file
This file contains hidden or 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
{ | |
//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