Skip to content

Language Packs

Panel > Clients > Language Packs

Menu TitleKey NameDefault Key ValueValue TypeDescription
Language Packlanguage_packlanguage_packarray

Language Identifier

The language identifier is initially stored under the key name language_pack.

When switching between configuration pages, the input list is unified and each configuration page can be added or deleted (deletion requires a second confirmation).

json
[
    {"name":"accountLogin","canDelete":true}, //It is possible to delete
    {"name":"accountRegister","canDelete":false}, //cannot be deleted
    {"name":"accountRecovery","canDelete":false}
]

Language Content

The language_pack_contents key is used to store the contents of all languages corresponding to the language identifier.

json
[
    {"name":"accountLogin","content":"Login"},
    {"name":"accountRegister","content":"Register"},
    {"name":"accountRecovery","content":"Recovery Password"},
]

Released under the Apache-2.0 License