Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/passwordcockpit/frontend
- Owner: passwordcockpit
- License: bsd-3-clause
- Created: 2018-12-03T12:35:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T12:03:24.000Z (9 months ago)
- Last Synced: 2024-04-11T11:34:58.607Z (9 months ago)
- Topics: bootstrap, bootstrap4, ember, emberjs, javascript
- Language: JavaScript
- Homepage:
- Size: 3.82 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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'
},
},
```