Skip to content

Comments

i18n: deduplicate grasswxpy_de.po#3733

Merged
neteler merged 1 commit intoOSGeo:mainfrom
neteler:po_de_file_dedupe
May 24, 2024
Merged

i18n: deduplicate grasswxpy_de.po#3733
neteler merged 1 commit intoOSGeo:mainfrom
neteler:po_de_file_dedupe

Conversation

@neteler
Copy link
Member

@neteler neteler commented May 24, 2024

Deduplication using

MYLANG=de
cd locale/po/
mv grasswxpy_${MYLANG}.po grasswxpy_${MYLANG}.po.BAD
msguniq --use-first grasswxpy_${MYLANG}.po.BAD > grasswxpy_${MYLANG}.po
rm -f grasswxpy_${MYLANG}.po.BAD

Fixes #3731

Deduplication using

```
MYLANG=de
cd locale/po/
mv grasswxpy_${MYLANG}.po grasswxpy_${MYLANG}.po.BAD
msguniq --use-first grasswxpy_${MYLANG}.po.BAD > grasswxpy_${MYLANG}.po
rm -f grasswxpy_${MYLANG}.po.BAD
```

Fixes #3731
@github-actions github-actions bot added the translation Message translation related label May 24, 2024
@neteler neteler self-assigned this May 24, 2024
@neteler neteler added this to the 8.4.0 milestone May 24, 2024
@echoix
Copy link
Member

echoix commented May 24, 2024

Is there any other languages that need this too?

@neteler
Copy link
Member Author

neteler commented May 24, 2024

Is there any other languages that need this too?

This was the only file running into the warning: file <grasswxpy_de.po> has some problems: <po/grasswxpy_de.po:20658: duplicate message definition...found 1 fatal error>

@neteler neteler merged commit 5608677 into OSGeo:main May 24, 2024
@neteler neteler deleted the po_de_file_dedupe branch May 24, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

translation Message translation related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Build] Exclude specific module (r.geomorphon) at compilation

2 participants