Skip to content
Discussion options

You must be logged in to vote

If I understand correctly you are referring to the key-based translations that are used in most examples.
e.g.

{
   "password_label": "This is your password"
}

You can choose any key you want. So you could also write:

{
   "This is your passsword": "This is your password"
}

for your base translation and tranlslate it to other languages e.g. german:

{
   "This is your passsword": "Das ist dein Passwort"
}

Was this your question?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bitdom8
Comment options

Answer selected by ivanhofer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants