summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110503/004374.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/20110503/004374.html')
-rw-r--r--zarb-ml/mageia-dev/20110503/004374.html123
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 &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">oliver.bgr at googlemail.com</A>&gt; wrote:
+&gt;&gt;<i> Please stop doing that.
+</I>&gt;&gt;<i> You're destroying correct translations.
+</I>&gt;&gt;<i> You should have run &quot;perl -pi -e 's/sertificate/certificate/&quot; on
+</I>&gt;&gt;<i> the *.po instead of fuzzying the translations.
+</I>&gt;&gt;<i> Now every translator will have to check what was the change that
+</I>&gt;&gt;<i> broke the translation...
+</I>&gt;<i>
+</I>&gt;<i> Fixing those things must be done on Transifex side and I will do that. If
+</I>&gt;<i> you do it on svn side I just have to do it again, before uploading the
+</I>&gt;<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: &quot;typo fix (s/owerwrite/overwrite/)
+instead of &quot;typo fix (Bug #961)&quot;
+
+&gt;<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 &quot;svn diff|diffstat&quot;)
+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 &quot;make merge&quot; 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
+ &quot;svn up&quot; for no good reasons.
+
+IMHO &quot;make merge&quot; 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 &quot;perl -pi
+-e&quot; on the
+catalogs too in order to prevent useless work for translators
+
+Only if meaning has changed, then update the catalogs
+though &quot;make merge&quot;
+One can also reduce the SNR for translators by doing:
+- mv *.pot /tmp
+- make *.pot
+- diff -u -I &quot;^#&quot; /tmp/ *.pot &gt; l
+- #review l
+- svn revert *pot; patch -p0&lt;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>