quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] translations issues


From: Martin Quinson
Subject: [Quilt-dev] translations issues
Date: Sun, 11 Jul 2004 20:46:23 -0700
User-agent: Mutt/1.5.6+20040523i

Ok, the french translation is synced to EN again. Some reflexions I had
during the process:

#: ../quilt/edit.in:16
msgid ""
"\n"
"Edit the specified file(s) in $EDITOR after adding it (them) to the\n"
"topmost patch.\n"

Your intention was to get $EDITOR expended (in which case it should be
changed to printf) or to protect it (in which case I doubt it wanna work)?

same in 
#: ../scripts/rpatch.in:22
msgid "Usage: $0 [-fRq] patchname\\n"



I also consider that all those "\\n" in the po files are nasty. I'd prefer
constructions such as 
        printf $"Usage: quilt edit file ...""\n"
if possible. Afterward, we will be able to set the c-format flag on
translations to make sure that translation and original have the same amount
of %s and such. Of course, it does not apply to multilines strings (where
'\n' is actually '
').

We may also switch to gettext(1) instead of the $"" bashism. I'm really not
convinced there is a need, but gettext maintainer simply hates $"". See 
 info gettext bash

Of course, it would fuzzy most of the translations again ;)



#: ../quilt/pop.in:25
#, fuzzy
msgid ""
"\n"
"Remove patch(es) from the series file.  Without options, the topmost\n"
"patch is removed.  When a number is specified, remove the specified\n"
"number of patches.  When a patch name is specified, remove all patches\n"
"up to and including the specified patch.  Patch names may include the\n"
"patches/ prefix, which means that filename completion can be used.\n"

This is useless provided that one source /etc/bash_completion.d/quilt, which
should be usable on non-debian box when I commit the last changes of Joe.
Should we remove that sentence? We may leave the functionnality in place,
but it seems redundent to me. And it's broken when not in root dir.

Bye, Mt.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]