| Re: [wesnothfr] Re: Préparation de la traduction pour la version 1.20 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/wesnothfr Archives
]
Morning Demario,
I'm replying off-list, but feel free to reply on-list.
A lot of those are line-number changes, which msgmerge and similar
should handle automatically; those line numbers would change for any WML
change, even one which didn't change the strings.
There are several tools called "podiff", the one in Debian can be run
like this:
GIT_EXTERNAL_DIFF=/usr/bin/podiff git diff 93ef618..c6ba757 po/*/fr.po
That shows a 306 line output, so the number of lines changed is less
than than, and about two orders of magnitude smaller than the stats
you've posted.
The interesting PR was [11191](https://github.com/wesnoth/wesnoth/pull/11191),
rather than [11224](https://github.com/wesnoth/wesnoth/pull/11224).
Best regards,
Steve / Octalot