Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -467,6 +467,10 @@ |
468 | 468 | * You should be able to do this with: |
469 | 469 | * for module in 'YAML::Syck' 'PHP::Serialization' 'File::Slurp'; do cpanp -i $module; done |
470 | 470 | * |
| 471 | + * For the shell to work, you also need an en.UTL-8 locale installed on your system. |
| 472 | + * add a line "en.UTL-8" to your /etc/locale.gen or uncomment an existing one and run locale-gen |
| 473 | + * if you do not have it already. |
| 474 | + * |
471 | 475 | * For syck-pecl you need libsyck and pecl install syck-beta |
472 | 476 | */ |
473 | 477 | $wgTranslateYamlLibrary = 'spyc'; |