As the title says: How would you translate...
_n()_n_noop()_nc()_nx()_nx_noop()
...in your .mo files?
|
As the title says: How would you translate...
...in your .mo files? |
|||
|
|
Step 1Open your file in PoEdit. Step 2Go to "Catalogue" » "Settings" Step 3Fill in "Language" and "Country" 1). Step 4Fill "Pluralform" (last field).
Step 4Go to the 3rd tab "Keywords". Add the following list. 2) Of course you have to extend to
Links
Plugins This Plugin by (again) Heiko Rabe does a pretty good job with helping translating your plugin. Footnotes 1) For e.g. UK & U.S.A. have different forms of "colour/color" 2) Every row goes in a single (new) entry. |
|||||||||||
|
|
You just need to define the plural form of the language your translating in your PO file (which gets compiled to MO). For example English has two forms, so your PO file should have two "msgstr" definitions for each string with msgid_plural. If you're using PoEdit it's easier, just paste the plural form definition in the catalog settings and you'll get extra fields for plural strings... |
|||||
|