We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66f6c18 + 786eb1b commit b6f538fCopy full SHA for b6f538f
po/README.md
@@ -221,6 +221,10 @@ General advice:
221
- Adjust the strings so that they're easy to translate. Most of the
222
advice in `info '(gettext)Preparing Strings'` applies here.
223
224
+- Strings referencing numbers of items may need to be split into singular and
225
+ plural forms; see the Q\_() wrapper in the C sub-section below for an
226
+ example.
227
+
228
- If something is unclear or ambiguous you can use a "TRANSLATORS"
229
comment to tell the translators what to make of it. These will be
230
extracted by xgettext(1) and put in the "po/\*.po" files, e.g. from
0 commit comments