mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 20:04:45 +08:00
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