Revision [1627]

This is an old revision of WikkaGettext made by JordaPolo on 2004-10-04 21:14:30.

 

Download
You can download the testing package with gettext support, some directories have been removed in order to reduce the file size.
It should be installed like the normal Wikka, the only additional option in the setup process is the language selection. There are 2 languages available right now: Catalan and English. You can try to install it in catalan to see that the final result is a Wikka site, but in catalan (there are some missing strings).

wikka-1.1.5.3-gettext.tar.gz (135k)

Jobs
  1. gettext support -- done
  1. different domains (wikka and wikka-setup) -- done
  1. locale selection from the installer -- done
  1. script to update po files -- done
  1. make strings translatable -- 123 strings so far

Status
Available translations

FAQ
How to make strings translatable with gettext?
It is simple, just use the _() or gettext() function.

Example (simple):
<?php
    print(_("Hello Wikka!"));
?>

Example (formatted):
<?php
    $here = $this->Format('[[PasswordForgotten '._("here").']]');
    printf(_("If you need a temporary password, click %s."), $here);
?>


CategoryDevelopment
There are 30 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki