Bug #10821
xgettext: « chaîne de format sans arguments nommés »
Start date:
03 May 2016
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
Description
../wcs/file_validation.py:196 : AVERTISSEMENT : La chaîne de format 'msgid' avec des arguments non nommés ne peut pas être correctement localisée : Le traducteur ne peut pas réordonner les arguments. Envisagez d'utiliser une chaîne de format contenant des arguments nommés, et un mapping plutôt qu'un tuple pour les arguments. ../wcs/workflows.py:2009 : AVERTISSEMENT : La chaîne de format 'msgid' avec des arguments non nommés ne peut pas être correctement localisée : Le traducteur ne peut pas réordonner les arguments. Envisagez d'utiliser une chaîne de format contenant des arguments nommés, et un mapping plutôt qu'un tuple pour les arguments.
Files
Associated revisions
History
Updated by Thomas Noël almost 5 years ago
- File 0001-i18n-using-format-strings-with-named-arguments-10821.patch 0001-i18n-using-format-strings-with-named-arguments-10821.patch added
- Status changed from Nouveau to En cours
- Patch proposed changed from No to Yes
Updated by Thomas Noël almost 5 years ago
- Status changed from En cours to Résolu (à déployer)
commit e39198f8c233bdf654ff8267d62b20da7f5925f3 Author: Thomas NOEL <tnoel@entrouvert.com> Date: Tue May 3 23:42:17 2016 +0200 i18n: using format strings with named arguments (#10821)
i18n: using format strings with named arguments (#10821)