#13047 closed (wontfix)
es-ar locale formats should use raw strings
Reported by: | faramirez | Owned by: | faramirez |
---|---|---|---|
Component: | Translations | Version: | 1.2-beta |
Severity: | Keywords: | pycamp2010 | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This ticket is related to the Ticket #12980
patch is attached.
attached a sample project to verify the solution.
Attachments (2)
Change History (4)
by , 15 years ago
Attachment: | locale.diff added |
---|
by , 15 years ago
Attachment: | formatos.tar.gz added |
---|
comment:1 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Firstly, the patch as submitted is reversed - it removes raw strings, rather than adding them.
Secondly, I don't see the reason for making this change. The raw string and the escaped string are equivalent, so this looks like it is just code churn to suit personal preference. Unless there is some compelling bug that requires a move to raw strings, this sort of patch is just busy work. No bug is described in this ticket, and I can't see anything wrong with the sample project, so I'm marking this wontfix.
If there *is* a bug with escaped strings that I can't see, then we need to find all the other locale formats that use them -- pt_BR is another candidate, for example.
example proyect