Re: gedit-help translation problem
- From: Alexandre Franke <alexandre franke gmail com>
- To: gnome-i18n <gnome-i18n gnome org>
- Cc: GNOME Documentation Team <gnome-doc-list gnome org>
- Subject: Re: gedit-help translation problem
- Date: Wed, 24 Sep 2014 22:26:19 +0200
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]