Guides
Translate an app
Apps can be translated in multiple languages.
The translation keys must follow a specific pattern. Each type of translation has their own pattern.
dt => data type
Translate the options
(i.e. the possible values) of a specific data type.
err => errors
Translate specific errors thrown in the app specific code present in lib, ucds, policies, etc.
uc => use case
Translate the various values associated to a use case.
ucif => use case input fields
Translate the various values associated to a use case input field.
ucof => use case output fields
Translate the various values associated to a use case output field.
validation
Translate the validation messages of specific data types or custom validation rules.