Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: deduplicate grasswxpy_de.po #3733

Merged
merged 1 commit into from
May 24, 2024
Merged

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 OSGeo#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
26 checks passed
@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