msgfmt Questions

4

I'm trying to compile a static Git 2.17.1 on Debian (Windows Subsystem for Linux): $ mkdir _git $ make configure $ ./configure --prefix=$PWD/_git NO_TCLTK=true NO_GETTEXT=true CFLAGS="${CFLAGS} -s...
Viccora asked 11/6, 2018 at 15:6

11

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...
Sheepshanks asked 29/2, 2012 at 14:28

2

I'm rendering some pluralization using the blocktrans tag; here's the relevant snippet in the template file: {% blocktrans count choice_count=choice_count %} You have {{ choice_count }} choice: ...
Balsa asked 25/9, 2013 at 19:45

1

Solved

I have to compile a file .po to .mo with msgfmt, so I installed gettext (newest version) and do chmod 777 to my entire folder. When I compile the file: msgfmt /home/myuser/file.po -o /home/myuser...
Wentworth asked 31/3, 2017 at 20:30

3

Solved

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 wou...
Bubonocele asked 13/10, 2009 at 17:56

1

Solved

I am creating a bash script for a very specific project, and the strings must be translatable. I have successfully followed the following tutorial: gettext support for bash scripts: http://mywiki...
Holohedral asked 4/1, 2013 at 8:41
1

© 2022 - 2025 — McMap. All rights reserved.