https://bugs.documentfoundation.org/show_bug.cgi?id=159631
--- Comment #3 from Jean-Pierre Ledure <[email protected]> --- (In reply to Rafael Lima from comment #1) > @JPL do you think it's possible to consider this enhancement for the L10N > service? I refer to https://www.gnu.org/software/gettext/manual/html_node/Translating-plural-forms.html Let's distinguish: - "simple" plural forms: one form for a single value, another for >1 values. This could be implemented if enough demands are expressed through this channel. However a simple workaround is to put 2 Gettext() statements in an If ... = 1 Then ... Else ... End If structure. - complex plural forms where another translation is selected based on a formula. The number of concerned languages is low. Syntax analysis of the formula could lead to complex coding in Basic. I would not recommend tp make such a development, except, again, if there is a significant demand. -- You are receiving this mail because: You are the assignee for the bug.
