Index: trunk/extensions/Translate/scripts/cldr-plural-to-yaml.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | |
21 | 21 | /** Script to format CLDR plural definitions to more usable format. |
22 | 22 | * plurals.xml from core.zip must be in the current directory. |
| 23 | + * It is at common/supplemental/plurals.xml . |
23 | 24 | * The script will output plural-CLDR.yaml into current directory. |
24 | 25 | */ |
25 | 26 | class CLDRPluralToYaml extends Maintenance { |