Re: [wesnothfr] wesnoth et wesnoth-lib pour 1.16 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/wesnothfr Archives
]
- To: wesnothfr@xxxxxxxxxxxxxxxxxxx, Steve Cotton <steve@xxxxxxxxxx>
- Subject: Re: [wesnothfr] wesnoth et wesnoth-lib pour 1.16
- From: Mathieu <mathieu@xxxxxxxxx>
- Date: Fri, 20 Aug 2021 19:41:12 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=guim.info; s=mail; t=1629481279; bh=5TitOpefbd/6zhT5XnLWJFePESEwwDQgSE2Ys6KS/Wg=; h=Subject:To:References:From:Date:In-Reply-To:From; b=F2bUww/YOCmv8Xeyj5blGAcqV9KgWGIU1tPCZUsqFZWadwG6sQ2ICWyzgpBMMXIE4 295laah4b2iARKznrk7S5X4RVJ2yVA0k7zQNZr6tjoihi5a6W4xFqSMbnKp2Soc5j7 WRbrPQQzL/YqCi5QPsOeQa8BjwEjPPA6Sl10vnsyYAqbEeJ+Fre/WgAQ5H4LXQmVlQ KYUX7aJxQj9s2v0gJ7I0GuPjJO6Y1JRQsgdJpBqRADY8Hqlv8NKYgyYZcmsL3ynpYR 0d9lC2WWa8u9DutchD9xB8FXWyxNLZKFtHFCPILTpc9D1wVxKdgouMNrQSO4Jn6JQB RitxzGYzGN0cw==
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=guim.info; s=mail; t=1629481272; bh=5TitOpefbd/6zhT5XnLWJFePESEwwDQgSE2Ys6KS/Wg=; h=Subject:To:References:From:Date:In-Reply-To:From; b=PlF+m47Jk2ckRNvq69ckqDuhKCKCG+aWF/PeHQhnCEmjC1AQmCX+LH8reD4fjZilR VTpu5TMNZTaYe3D+ggyj1WIsr1z1AsPB2JvM+L9u2RnVVACawt+yT24Pq07BkagTUG vqlXgLyokEf5dpvYkogGSJp0Xs5gx+iI3DTKgTYw7HCWv2jBKsee1CZMA5xCjNsJTs yVTK/m4QcOr27OpYPgfnrv7l630NupHu/epF1F3J6LhH6PPHG2DUdWmfgFTp9nTKDo CjIzX+2ckaTJEb+pyT6IAtsJ8hRXAGkPQbhan9W7lkOorfFVcyGtVfWxmlzr+SatYb S+w4mwUKXmVqg==
Bonjour,
Thank you for reporting these bugs. I'll correct them.
Will you make your tool available or will you execute it regularly to
report bugs to maintainer?
It's a nice idea.
Regards,
Mathieu
Le 20/08/2021 à 18:35, Steve Cotton a écrit :
Bonjour,
Thanks for maintaining one of the complete translations. I've been working on a tool to check whether WML variable names in the translated text match the en_US name, and it found just a few errors on the current 1.16 branch:
* po/wesnoth/fr.po: msgid 'Could not find add-ons matching the ids $addon_ids on the add-on server.': '$addon_id' in msgstr but '$addon_ids' in msgid
* po/wesnoth/fr.po: msgid 'You cannot recruit a $unit_type_name at this time.': '$unit_type_nam' in msgstr but '$unit_type_name' in msgid
* po/wesnoth-lib/fr.po: msgid "Grid '$grid' row $row has a differing number of columns ($found found, $expected expected)": '$rw' in msgstr but '$row' in msgid
* po/wesnoth-lib/fr.po: msgid 'The file or folder $path does not exist.': '$path' isn't used in msgstr
It also found something that I'm treating as a C++ error (logged it as #6036). In po/wesnoth-lib/fr.po, there are a group of msgids such as 'timespan^$num years' where the translation of "2 years" would be a literal "ans" without including the number; but these strings are only shown to people banned from the multiplayer server, and I think the C++ will change once the string-freeze finishes.
Sorry for sending this in English; while I can read French text, I can't write it.
BR,
Steve