gparted/help
Mike Fleetwood 81c4788ae8 Fix translation of DocBook markup tag of the GParted Manual (!98)
As found by the GitLab Continuous Integration job on CentOS 7 with
itstool 2.0.2, building the GParted Manual breaks on the Russian
translation like this:
    $ ./autogen.sh
    $ make clean
    $ cd help
    $ make
    ...
    if ! test -d "ru/"; then mkdir "ru/"; fi
    if test -d "C"; then d="../"; else d="/home/mike/programming/c/gparted/help/"; fi; \
    mo="ru/ru.mo"; \
    if test -f "${mo}"; then mo="../${mo}"; else mo="/home/mike/programming/c/gparted/help/${mo}"; fi; \
    (cd "ru/" && itstool -m "${mo}" ${d}/C/index.docbook) && \
    touch "ru/ru.stamp"
    Error: Could not merge translations:
    'NoneType' object has no attribute 'node'
    make: *** [ru/ru.stamp] Error 1

On Fedora 35 with itstool 2.0.6 building the GParted Manual merely
reports a warning, leaving one paragraph untranslated, but the build
completes successfully:
    $ ./autogen.sh
    $ make clean
    $ cd help
    $ make
    ...
    if ! test -d "ru/"; then mkdir "ru/"; fi
    if test -d "C"; then d="../"; else d="/home/fedora/programming/c/gparted/help/"; fi; \
    mo="ru/ru.mo"; \
    if test -f "${mo}"; then mo="../${mo}"; else mo="/home/fedora/programming/c/gparted/help/${mo}"; fi; \
    (cd "ru/" && itstool -m "${mo}" ${d}/C/index.docbook) && \
    touch "ru/ru.stamp"
    Warning: Could not merge translation for msgid:
    Set the <application>grub</application> root device by specifying the device returned by the <command>find</command> command. This should be the partition containing the boot directory. <_:screen-1/>
    ...
    $ echo $?
    0

Fix translation of DocBook markup tag in the Russian translation of the
GParted Manual by commit:
    17f4c3176d
    Update Russian translation

Closes !98 - Fix translation of DocBook markup tag of the GParted Manual
2022-03-02 20:57:19 +00:00
..
C Update SystemRescue name and URL in the GParted Manual 2021-02-22 16:14:35 +00:00
cs Updated Czech help translation 2019-10-02 15:00:26 +02:00
de Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
el Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
es Updated Spanish translation 2021-04-26 07:46:33 +02:00
fr Updated French translation 2021-04-25 21:35:07 +02:00
gd Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
id Add initial Indonesian translation of help (!90) 2021-09-08 18:20:16 +01:00
it Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
pt_BR Update Brazilian Portuguese translation 2021-07-12 20:33:03 +00:00
ro Update Romanian translation 2021-04-25 18:06:15 +00:00
ru Fix translation of DocBook markup tag of the GParted Manual (!98) 2022-03-02 20:57:19 +00:00
sl Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
sr Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
sr@latin Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
sv Update Swedish translation 2021-03-27 20:46:31 +00:00
te Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
th Fix FDL help link for gnome-desktop 3.5+ (!24) 2019-03-01 16:46:56 +00:00
uk Update Ukrainian translation 2021-02-22 16:58:19 +00:00
ChangeLog Updated German translation 2009-04-20 21:48:11 +02:00
Makefile.am Add initial Indonesian translation of help (!90) 2021-09-08 18:20:16 +01:00