[GRASS-dev] PO file error?

Hi,

I just found this weird issue in the PO files. This message is in raster/r.spreadpath/main.c line 161. The file itself looks fine, but all PO files miss the first character “R”.

G_verbose_message(_(“Reading the input map -%s- and -%s- and creating some temporary files…”), backrow_layer, backcol_layer);

#: …/raster/r.spreadpath/main.c:161
#, fuzzy, c-format
msgid “eading the input map -%s- and -%s- and creating some temporary files…”

I have no idea what happened? A bug in any of our scripts?

Best,
Huidae

···

Huidae Cho, Ph.D., GISP, PE (MD), CFM, M.ASCE
Open Source GIS Developer, GRASS GIS Development Team

Hello,
there was a bug in the original source code. It was fixed on Oct 10,
2018 by mmetz in r73517. PO files in SVN have not been updated for 2
months thus contain the old message. It should be just fine in
Transifex.

Māris.

otrd., 2018. g. 4. dec., plkst. 03:07 — lietotājs Huidae Cho
(<grass4u@gmail.com>) rakstīja:

Hi,

I just found this weird issue in the PO files. This message is in raster/r.spreadpath/main.c line 161. The file itself looks fine, but all PO files miss the first character "R".

G_verbose_message(_("Reading the input map -%s- and -%s- and creating some temporary files..."), backrow_layer, backcol_layer);

#: ../raster/r.spreadpath/main.c:161
#, fuzzy, c-format
msgid "eading the input map -%s- and -%s- and creating some temporary files..."

I have no idea what happened? A bug in any of our scripts?

Best,
Huidae
--
Huidae Cho, Ph.D., GISP, PE (MD), CFM, M.ASCE
Open Source GIS Developer, GRASS GIS Development Team
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Hi,

On Tue, Dec 4, 2018 at 9:42 AM Maris Nartiss <maris.gis@gmail.com> wrote:

Hello,
there was a bug in the original source code. It was fixed on Oct 10,
2018 by mmetz in r73517. PO files in SVN have not been updated for 2
months thus contain the old message. It should be just fine in
Transifex.

I have updated the .po files accordingly in r73756. Like this existing
translations do not get lost when updating the .po files from the
source code next time.

Note: since r73517 has not been backported so far I also didn't touch
relbranch76.

Markus

Great, Thanks!

···

Huidae Cho, Ph.D., GISP, PE (MD), CFM, M.ASCE
Open Source GIS Developer, GRASS GIS Development Team