diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110503/004374.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110503/004374.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110503/004374.html b/zarb-ml/mageia-dev/20110503/004374.html new file mode 100644 index 000000000..5f59a27b1 --- /dev/null +++ b/zarb-ml/mageia-dev/20110503/004374.html @@ -0,0 +1,123 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [1083] merged typo corrections (bug #960) in po files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1083%5D%20merged%20typo%20corrections%20%28bug%20%23960%29%20in%20po%0A%09files&In-Reply-To=%3CBANLkTik_X4JxGmi1j9mS0QoHSbUafHVNNg%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004372.html"> + <LINK REL="Next" HREF="004376.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [1083] merged typo corrections (bug #960) in po files</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1083%5D%20merged%20typo%20corrections%20%28bug%20%23960%29%20in%20po%0A%09files&In-Reply-To=%3CBANLkTik_X4JxGmi1j9mS0QoHSbUafHVNNg%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [1083] merged typo corrections (bug #960) in po files">thierry.vignaud at gmail.com + </A><BR> + <I>Tue May 3 17:00:20 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004372.html">[Mageia-dev] [1083] merged typo corrections (bug #960) in po files +</A></li> + <LI>Next message: <A HREF="004376.html">[Mageia-dev] [1083] merged typo corrections (bug #960) in po files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4374">[ date ]</a> + <a href="thread.html#4374">[ thread ]</a> + <a href="subject.html#4374">[ subject ]</a> + <a href="author.html#4374">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 3 May 2011 16:39, Oliver Burger <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">oliver.bgr at googlemail.com</A>> wrote: +>><i> Please stop doing that. +</I>>><i> You're destroying correct translations. +</I>>><i> You should have run "perl -pi -e 's/sertificate/certificate/" on +</I>>><i> the *.po instead of fuzzying the translations. +</I>>><i> Now every translator will have to check what was the change that +</I>>><i> broke the translation... +</I>><i> +</I>><i> Fixing those things must be done on Transifex side and I will do that. If +</I>><i> you do it on svn side I just have to do it again, before uploading the +</I>><i> vhanges to Tx. +</I> +1) not everybody use transiflex. + +2) why force people to go through transifex in order to fix changes that should +never have been done? +only part of those changes should have resulted in changed strings. +we've always run perl -pi -e in order not to disturb translators +with not real changes. + +3) please use more descriptive changes, else it's hard to see what +actually changed. +eg: "typo fix (s/owerwrite/overwrite/) +instead of "typo fix (Bug #961)" + +><i> But I did break a few files and am about fixing them. +</I> +Please always look at svn diff output before commiting +(or in case of big changes, look at list to "svn diff|diffstat") +That would prevent such errors + +Last but not least, please separate commiting the actual typo fix +from syncing with + +These are two orthogonal things: +1) merging a typo fix +2) syncing with code: syncing line numbers and maybe + fuzzying changed/deleting old /adding new lines. + +Please only run "make merge" and the like only if there're actually be +changes. +Here there were none, so it both: +- just add useless noise (line renumbering) to the diff for no use +- introduce changes for other translators to have conflicts when running + "svn up" for no good reasons. + +IMHO "make merge" should only be run by developers when actually +adding/deleting/changing lines which was not the case here. + +Else, if it's just a typo for the english language, just run "perl -pi +-e" on the +catalogs too in order to prevent useless work for translators + +Only if meaning has changed, then update the catalogs +though "make merge" +One can also reduce the SNR for translators by doing: +- mv *.pot /tmp +- make *.pot +- diff -u -I "^#" /tmp/ *.pot > l +- #review l +- svn revert *pot; patch -p0<l + +It isn't worth applying all the renumbering when one knows +it'll change tomorrow again... + +My 2 cents +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004372.html">[Mageia-dev] [1083] merged typo corrections (bug #960) in po files +</A></li> + <LI>Next message: <A HREF="004376.html">[Mageia-dev] [1083] merged typo corrections (bug #960) in po files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4374">[ date ]</a> + <a href="thread.html#4374">[ thread ]</a> + <a href="subject.html#4374">[ subject ]</a> + <a href="author.html#4374">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |