[bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-02-06 Thread Dagobert Michelsen
URL: Summary: Inconsistent definition of libintl_gettext_germanic_plural Project: GNU gettext Submitted by: dagobert Submitted on: Fr 06 Feb 2015 10:01:52 GMT Category: None

[bug-gettext] [bug #44098] Check strings for common problems

2015-02-06 Thread Philip Withnall
Follow-up Comment #7, bug #44098 (project gettext): Thanks for the updated patch. I’ve taken a quick look over it and it looks good to me, though I’m no gettext reviewer. I think support for multi-sentence strings is important, as a lot of the strings I can think of which would contain quotation

[bug-gettext] [bug #44098] Check strings for common problems

2015-02-06 Thread Philip Withnall
Follow-up Comment #8, bug #44098 (project gettext): > • Not enforce a rule on the developer which is tied to a particular style guide. Actually, I’ve changed my mind on that one. As long as the rule must apply to *every* string in a project, it should be OK. So the two-spaces-after-period check s

[bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-02-06 Thread Daiki Ueno
Follow-up Comment #1, sr #108743 (project gettext): > "./plural-exp.c", line 71: identifier redeclared: libintl_gettext_germanic_plural This code path is taken only when the compiler doesn't support C99: http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/plural-exp.c#n66 and

[bug-gettext] Adding More Languages to the Plural Manual

2015-02-06 Thread Maryam Aly
Hi! I work on the engineering side of internationalization at Foursquare, and we're going to be using gettext files in the near future instead of our less-rich, home-grown solution. I was looking at the section on plurals