On Sun, Feb 4, 2018 at 4:59 AM, sebul wrote: > Thank you very much. > But... I can't understand. > Why translation depend .mo files, not .po files ?
All programs read .mo files rather than .po files when looking up translations. The .po files are transformed during the build to .mo files and the .mo files are installed, while the .po files are only available in the source. The .mo files are in a binary format that is more efficient for programs to look up the right translation for a given string. https://www.gnu.org/software/gettext/manual/gettext.html#MO-Files -- bye, pabs https://wiki.debian.org/PaulWise