danirod / cartero

Make HTTP requests and test APIs
https://cartero.danirod.es
GNU General Public License v3.0
399 stars 30 forks source link

Remove English as a locale #72

Closed danirod closed 2 months ago

danirod commented 2 months ago

After reading lots of code from many community projects, it seems that en.po is not needed, since the original strings are in English anyway. It would only be required if you wanted to have a regional version of English, such as en_UK or en_AU.

This commit removes en.po and the English file from po/LINGUAS, and also changes the way locales are prepared both in build-aux/macos-build.sh and on build-aux/msys-build.sh