mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
|
…
|
||
|---|---|---|
| .. | ||
| templates | ||
| zh_Hans | ||
| de.po | ||
| README.md | ||
| zh-cn | ||
QoSmate Translations
This directory contains translations for the QoSmate LuCI application.
Contributing Translations
- Copy templates/qosmate.pot to xx.po (where xx is your language code)
- Translate the strings in your xx.po file
- Submit a pull request
Available Languages
- English (default)
- German (de.po) (test)
Creating/Updating Translations
Use these commands to update translations:
# Update .pot template
./scripts/i18n-scan.pl htdocs > po/templates/qosmate.pot
# Update existing .po files
./scripts/i18n-update.pl po/templates/qosmate.pot po/*.po