jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

fix update-po script; update *.po files #223

Closed JakeSFR closed 3 years ago

JakeSFR commented 3 years ago

I just noticed that src/po/update-po script no longer works and doesn't actually update *.po files. It's becasue of the use of non-ASCII characters like these in display.c:

"Current size:\n"
"  ┘ : Huge\n"
"  ┤ : Large\n"
"  ┐ : Small\n"
"  ┌, ├ : Auto"

The fix is to use --from-code=UTF-8. I also updated all *.po files.

jun7 commented 3 years ago

Thank you!