1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-02 05:52:36 +02:00

HACKING: Add section for tips on reducing translator workload.

* HACKING (Be nice to translators): New section.
Add Jim's suggestion to avoid changing translatable strings if possible.
This commit is contained in:
Bo Borgerson
2008-06-16 18:30:25 -04:00
committed by Jim Meyering
parent 96ae7199c4
commit 3435bb7f40
+9
View File
@@ -273,6 +273,15 @@ Write "Type const *var", not "const Type *var".
FIXME: dig up justification
Be nice to translators
======================
Don't change translatable strings if you can avoid it.
If you must rearrange individual lines (e.g., in multi-line --help
strings), extract and create new strings, rather than extracting
and moving into existing blocks. This avoids making unnecessary
work for translators.
Add tests
==========
Nearly every significant change must be accompanied by a test suite