Skip to content

Confusing plural examples #58

Description

@timwhitlock

There are two examples of plural forms on this page

  1. "%d key" : [ "%d key", "%d keys" ],
  2. "test singular": ["test plural", "test_1 singular", "test_1 plural"],

These appear to be different structures. Using Gettext terminology they look like:

  1. msgid: [ msgstr1, msgstr2 ]
  2. msgid: [ msgid_plural, msgstr1, msgstr2 ]

Can you please clarify how this structure should be used and whether it has changed at some point?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions