Re: gedit-help translation problem



On Wed, Sep 24, 2014 at 10:00 PM, Коростіль Данило
<ted korostiled gmail com> wrote:
I'm not sure
about how to only build the help files, but maybe someone in the list could
help you with it.

$ cat ~/.local/bin/po2mallard
#!/bin/sh

LOC=$(basename $(pwd))

msgfmt -o ${LOC}.mo ${LOC}.po
for page in ../C/*.page; do
  itstool -m ${LOC}.mo -o . $page
done
rm ${LOC}.mo


Run this from the directory your po file is in.

-- 
Alexandre Franke


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]