]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/l10n.mdwn
web commit by JonasSmedegaard: Added note about danish l10n of templates and basewiki.
[git.ikiwiki.info.git] / doc / todo / l10n.mdwn
1 From [[Recai]]:
2 > Here is my initial work on ikiwiki l10n infrastructure (I'm sending it
3 > before finalizing, there may be errors).
5 I've revised the patches (tested OK):
7 - $config{lang} patch:
9     <http://people.debian.org/~roktas/patches/ikiwiki/ikiwiki-lang.diff>
11   + Support for CGI::FormBuilder.
12   + Modify Makefile.PL for l10n.
14 - l10n infrastructure from Koha project.  (This patch must be applied with
15   '-p1', also, it needs a 'chmod +x l10n/*.pl' after patching.)
17   + Leave templates dir untouched, use a temporary translations directory
18     instead.
19   + Fix Makefile (it failed to update templates).
21     <http://people.debian.org/~roktas/patches/ikiwiki/ikiwiki-l10n.diff>
23 However...
25 > fine.  Also a final note, I haven't examined the quality of generated
26 > templates yet.
28 Looks like, tmpl_process3 cannot preserve line breaks in template files.
29 For example, it processed the following template:
31     Someone[1], possibly you, requested that you be emailed the password for
32 user
33     <TMPL_VAR USER_NAME> on <TMPL_VAR WIKINAME>[2].
35     The password is: <TMPL_VAR USER_PASSWORD>
37     --
38     ikiwiki
40     [1] The user requesting the password was at IP address <TMPL_VAR
41 REMOTE_ADDR>
42     [2] Located at <TMPL_VAR WIKIURL>
44 as (in Turkish):
46 Birisi[1], ki muhtemelen bu sizsiniz, <TMPL_VAR WIKINAME>[2] üzerindeki
47 <TMPL_VAR USER_NAME> kullanıcısına ait parolanın epostalanması isteğinde
48 bulundu. Parola: <TMPL_VAR USER_PASSWORD> -- ikiwiki [1] Parolayı isteyen
49 kullanıcının ait IP adresi: <TMPL_VAR REMOTE_ADDR>[2] <TMPL_VAR WIKIURL>
51 > Looks like, tmpl_process3 cannot preserve line breaks in template files.
52 > For example, it processed the following template:
54 This could be easily worked around in tmpl_process3, but I wouldn't like to
55 maintain a separate utility.
57 ----
59 As to the hardcoded strings in ikiwiki, I've internationalized the program,
60 and there is a po/ikiwiki.pot in the source that can be translated.
61 --[[Joey]]
63 ----
65 Danish l10n of templates and basewiki is available at http://source.jones.dk/
66 (using GIT - do `git clone <url> && cd <dir> && git checkout master_danish`
67 for each of the repositories)
68 --[[JonasSmedegaard]]