po_explain_plurals {potools} | R Documentation |
Explain plural message criteria verbally
Description
The nplural
syntax in .po file metadata can be hard to grok,
even for native speakers. This function tries to de-mystify
this by providing verbal expressions of which numbers apply
to which index in the msgstr
array.
Usage
po_explain_plurals(language, index)
Arguments
language |
A single locale code. See |
index |
Optional. If supplied, a 0-based index to explain for a given language. If not supplied, all plurals for the supplied language are described. |
[Package potools version 0.2.4 Index]