Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 802 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 802 Bytes

passwordcockpit/frontend

General

This markdown shows information related to the frontend side of the project. For more detailed information about the project please check the Passwordcockpit README.

Language

Current supported languages are: 'en', 'it', 'de', 'fr'.

To add your own language, please create your translation file xx.yaml under translations/ folder.
xx should be the ISO 639-1 code of the language.

Modify in config/environment.js the following line:

APP: {
            ...
            languages: ['en', 'it', 'de', 'fr', 'xx'],
            userLanguages: [
                {
                    value: 'xx',
                    text: 'displayText'
                },
        },