[GRASS-git] [OSGeo/grass] 560867: i18n: deduplicate grasswxpy_de.po (#3733)
Markus Neteler
noreply at github.com
Fri May 24 09:27:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 56086772fb8e11010615baac0264cd4bf549aaac
https://github.com/OSGeo/grass/commit/56086772fb8e11010615baac0264cd4bf549aaac
Author: Markus Neteler <neteler at osgeo.org>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M locale/po/grasswxpy_de.po
Log Message:
-----------
i18n: deduplicate grasswxpy_de.po (#3733)
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
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list