Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/passwordcockpit/frontend

Frontend side of the project
https://github.com/passwordcockpit/frontend

bootstrap bootstrap4 ember emberjs javascript

Last synced: about 1 month ago
JSON representation

Frontend side of the project

Awesome Lists containing this project

README

        

# 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](https://github.com/passwordcockpit/passwordcockpit/blob/master/README.md).

## 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'
},
},
```