ericpaulbishop / gargoyle

Gargoyle Router Management Utility
http://www.gargoyle-router.com
468 stars 221 forks source link

i18n/Czech: add missing translation, add STA Manager #838

Closed RomanHK closed 4 years ago

lantis1008 commented 4 years ago

Thanks Roman. Quick reminder that the language files are required to be in UTF-8 format with a BOM. I've added a utility you can use in the future to check.

~/gargoyle$ ./i18n-scripts/check_add_BOM.sh check Czech-CS
WARNING: /home/michael/gargoyle/package/plugin-gargoyle-i18n-Czech-CS/files/www/i18n/Czech-CS/sta_manager.js missing BOM
~/gargoyle$ ./i18n-scripts/check_add_BOM.sh add Czech-CS
WARNING: /home/michael/gargoyle/package/plugin-gargoyle-i18n-Czech-CS/files/www/i18n/Czech-CS/sta_manager.js missing BOM
Adding BOM...

I've fixed it for you this time.

RomanHK commented 4 years ago

Yes thank you. In the past I had problems with it, I created the file using github - probably a bad choice, next time I create the file on my PC and have it copied (if it will be enough). Thanks again.