bug-gettext
[Top][All Lists]
Advanced

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

[bug #36084] xgettext:no-c-format comment only applies to first of sever


From: Bruno Haible
Subject: [bug #36084] xgettext:no-c-format comment only applies to first of several strings on one line
Date: Wed, 15 Mar 2023 19:13:44 -0400 (EDT)

Follow-up Comment #2, bug #36084 (project gettext):

I can reproduce the issue through test-comment.c:

int
main (int argc, char **argv)
{
  char ** text;
  /* xgettext:no-c-format */
  text = {_("Production Improved"),_("Factory module enables medium and large
bodies"),_("Factory output speed +100% per module"),_("Use a truck to add 50%
per module")};
  return 0;
}


xgettext -o - -k_ test-comment.c



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?36084>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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