r-devel / translations

subsite for translations
https://contributor.r-project.org/translations/
Creative Commons Attribution 4.0 International
1 stars 3 forks source link

Run msgfmt as part of patch creation #35

Closed MichaelChirico closed 5 months ago

MichaelChirico commented 5 months ago

Related to #8 -- 'msgfmt' also finds some issues not found by other checks or by checkPoFile(), e.g.

msgfmt -c --statistics -o tmp pt_BR.po 
# pt_BR.po:8081: duplicate message definition...
# pt_BR.po:1033: ...this is the location of the first definition
# pt_BR.po:8087: duplicate message definition...
# pt_BR.po:1320: ...this is the location of the first definition
# msgfmt: found 2 fatal errors