Self-Service Localization Management#
Translation template files for the Self-Service application can be exported for translation and can be added or imported.
To export the Self-Service translation template:
selfservice get_translation_template
To add or import a Self-Service Translation template:
scp <local.json file> platform@<host>:media/
Log into system as platform user:
selfservice import_translation media/<local.json file>
Translation template files need to follow the naming convention:
locale-<languagecode>.json
For example:
locale-en-us.json
locale-es-es.json
locale-de-de.json