[GRASS-dev] issues building translations in GRASS 7
Markus Neteler
neteler at osgeo.org
Mon Mar 31 12:43:52 PDT 2014
On Mon, Mar 31, 2014 at 9:10 PM, Markus Neteler <neteler at osgeo.org> wrote:
> On Mon, Mar 31, 2014 at 9:02 PM, Maciej Sieczka <msieczka at sieczka.org> wrote:
>> Hi,
>>
>> In trunk and releasebranch_7_0 make quits with an error as below building
>> translations in pl_PL.utf8 locale:
>
> Same here, working on the fix...
Done. Update submitted: r59527. (trunk) and r59528 (rel70 branch).
I messed it up this morning, sorry.
Note to self: run "msguniq" if duplication occurs:
cd po/
for i in `ls gr*mods_*.po` ; do msguniq $i > tmp.$i ; rm -f $i ; mv
tmp.$i $i ; done
Markus
More information about the grass-dev
mailing list