msgfmt

Is it possible to combine two .po translation files together?

风流意气都作罢 提交于 2020-03-17 05:38:54
问题 We have two .po files, each from different branches of a piece of software. We need to combine these into a single .po file. There are duplicates between the two files, and the ideal handling would be for one file's strings to be favoured (consistently). We have a SUSE system so the --output-file doesn't seem to have the behaviour of ignoring/merging duplicates which the Sun version has according to a man page I found from a web search. (We do not have a Sun machine handy!) 回答1: What you are

Is it possible to combine two .po translation files together?

爱⌒轻易说出口 提交于 2020-03-17 05:38:26
问题 We have two .po files, each from different branches of a piece of software. We need to combine these into a single .po file. There are duplicates between the two files, and the ideal handling would be for one file's strings to be favoured (consistently). We have a SUSE system so the --output-file doesn't seem to have the behaviour of ignoring/merging duplicates which the Sun version has according to a man page I found from a web search. (We do not have a Sun machine handy!) 回答1: What you are

Compiler error - msgfmt command not found

点点圈 提交于 2019-11-30 04:09:58
I'm trying to update Git from my shared hosting. For that I'm following these steps: Download latest Git version Unpack and place it on the server Configure and create the Makefile -> ./configure --prefix=$HOME/dev/git/src --without-tcltk Build the package -> make then make install Update PATH .bash_profile I'm stuck at point 4. When I run the make command, I get the following: user@ssh1:~/dev/git/src$ make SUBDIR gitweb SUBDIR ../ make[2]: ? GIT-VERSION-FILE ? est ? jour. GEN git-instaweb SUBDIR perl SUBDIR git_remote_helpers SUBDIR templates MSGFMT po/build/locale/is/LC_MESSAGES/git.mo /bin

Compiler error - msgfmt command not found

随声附和 提交于 2019-11-28 23:32:38
问题 I'm trying to update Git from my shared hosting. For that I'm following these steps: Download latest Git version Unpack and place it on the server Configure and create the Makefile -> ./configure --prefix=$HOME/dev/git/src --without-tcltk Build the package -> make then make install Update PATH .bash_profile I'm stuck at point 4. When I run the make command, I get the following: user@ssh1:~/dev/git/src$ make SUBDIR gitweb SUBDIR ../ make[2]: ? GIT-VERSION-FILE ? est ? jour. GEN git-instaweb