mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Actually show translators comments in PO files
-- Note that strings marked for gettext need to immediately follow a TRANSLATOR comment block.
This commit is contained in:
parent
bc317df59a
commit
e393ae3e29
4 changed files with 8 additions and 9 deletions
|
@ -799,7 +799,7 @@ compress_algo_to_string(int algo)
|
|||
int
|
||||
string_to_compress_algo(const char *string)
|
||||
{
|
||||
/* NOTE TO TRANSLATOR: See doc/TRANSLATE about this string. */
|
||||
/* TRANSLATORS: See doc/TRANSLATE about this string. */
|
||||
if(match_multistr(_("uncompressed|none"),string))
|
||||
return 0;
|
||||
else if(ascii_strcasecmp(string,"uncompressed")==0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue