https://github.com/agentejo/cockpit-i18n
https://github.com/agentejo/cockpit-i18n
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentejo/cockpit-i18n
- Owner: agentejo
- Created: 2017-08-26T12:15:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T00:27:13.000Z (over 3 years ago)
- Last Synced: 2025-05-07T04:59:29.551Z (5 months ago)
- Language: PHP
- Size: 142 KB
- Stars: 27
- Watchers: 5
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cockpit i18n / Backend translation files
Language files for Cockpit's backend
## Usage
Just copy the language files you need to `/config/cockpit/i18n`. After that you will be able to change the language of Cockpit users in the user management.
You can create the `/config/cockpit/i18n` folder and a ready to translate file executing the following cli command:
```bash
./cp create-lang --lang [code]
```To add TinyMCE (the WYSIWYG component) language files, download the desired language from [here](https://www.tiny.cloud/get-tiny/language-packages) and put the JS file on `/storage/assets/cockpit/i18n/tinymce` folder.
If any folder mentioned above is missing, just create it. Keep in mind to keep webserver permissions for those folders.