r85432 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85431‎ | r85432 | r85433 >
Date:12:40, 5 April 2011
Author:nikerabbit
Status:resolved (Comments)
Tags:
Comment:
Sigh
Modified paths:
  • /trunk/extensions/Translate/Translate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.php
@@ -467,6 +467,10 @@
468468 * You should be able to do this with:
469469 * for module in 'YAML::Syck' 'PHP::Serialization' 'File::Slurp'; do cpanp -i $module; done
470470 *
 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+ *
471475 * For syck-pecl you need libsyck and pecl install syck-beta
472476 */
473477 $wgTranslateYamlLibrary = 'spyc';

Follow-up revisions

RevisionCommit summaryAuthorDate
r85780Fix typo r85432nikerabbit07:27, 11 April 2011

Comments

#Comment by Platonides (talk | contribs)   17:53, 10 April 2011

Shouldn't that be UTF-8 ?

#Comment by Nikerabbit (talk | contribs)   18:07, 10 April 2011

Yes.

Status & tagging log