[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46044] [PATCH] Improvements to handling po files
From: |
Julien Lepiller |
Subject: |
[bug#46044] [PATCH] Improvements to handling po files |
Date: |
Fri, 22 Jan 2021 21:34:02 +0100 |
Hi Guix,
here are two patches to improve our handling of po files. Yesterday I
pushed again new po files that were broken, and I didn't notice. The
first patch ensure po files are normalized. The TP automatically
normalized po, but weblate doesn't, using the indent method instead.
This creates huge patches like yesterday. Instead, normalizing ensures
we only see relevant changes.
The second patch adds a check-po target to the Makefile that runs
msgfmt on every po file we have, to make sure they are at least
correct. That's not enough for manual translations, but that can be
spotted easily when running "make". This would have spotted the issues
I introduced yesterday.
0001-Makefile.am-Normalize-downloaded-po-files.patch
Description: Text Data
0002-Makefile.am-Add-check-po-rule.patch
Description: Text Data
- [bug#46044] [PATCH] Improvements to handling po files,
Julien Lepiller <=