#7305 closed (fixed)
Typo correction in es translation
Reported by: | Ben Spaulding | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Corrected typo wherein the admin feedback for modified objects was missing the closing quote, i.e.
Se modificó con éxito el sitio "Foo bar.
Included patch corrects this behavior.
Se modificó con éxito el sitio "Foo bar".
Attachments (1)
Change History (8)
by , 16 years ago
follow-up: 4 comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Replying to toxik:
(In [7549]) * Closed an unclosed quote in Spanish translations.
Fixes #7305.
Hi Toxik,
As far as I'm concerned maintainership of "es" is currently on behalf of Marc Garcia and Marc Fargas (me), and was a big surprise to see an update to the .po file.
Any help is really appreciated, but please, give us time to see tickets! And in any case, never commit a .po file without the corresponding .mo file (updated with compile-messages.py).
Thanks,
comment:5 by , 16 years ago
Yes, it is - I've just seen some tickets dangling for some time, and thought I'd help out by closing this small ticket. Sorry about that.
As for the updating of the .mo files, I forgot that - the excuse being that we don't commit .mo files at my workplace, we do run a pass of make-messages.py
though, but I don't know Spanish well enough, and that's why. Again, sorry if I stepped on your toes - really just wanted to help out.
follow-up: 7 comment:6 by , 16 years ago
Don't worry, we were just surprised of such a fast commit. But always push the .mo with the .po if you don't do it this way when people checkout they'd be left with inconsistent translations (.mo wouldn't match .po).
Thanks for the help anyway, it's really appreciated! ;)
comment:7 by , 16 years ago
Replying to telenieko:
Don't worry, we were just surprised of such a fast commit. But always push the .mo with the .po if you don't do it this way when people checkout they'd be left with inconsistent translations (.mo wouldn't match .po).
Yeah, I know - just a matter of two similar routines colliding. I'm only human. :-)
(In [7549]) * Closed an unclosed quote in Spanish translations.