You are on page 1of 1

i18n literals criterias

Saltar al final de los metadatos

The steps to create a literal traduction text is:


step 1: snake case format to key value
for example: submission_references
step 2: key matching with its content
for example:
exception_title: "exception to lack of novelty" → WRONG!!
exception_lack_novelty : "exception to lack of novelty" → RIGHT!!!
step 3: the value of the key is in lower case.
step 4: if literal text has some parameter to add we should to use the reserved
syntax"--param"
for example:
"file--param_too_big": "File {{value}} is too big."

You might also like