Ikiwiki w/ translations ======================= Ikiwiki[1] is a perl-based wiki compiler. This is routines to manage translatable parts of Ikiwiki and translations into the following locales: * danish (da) by Jonas Smedegaard Getting the source ------------------ This README file is available at http://source.jones.dk/ together with a GIT repository with source of the translation routines. Pull it like this: git clone git://source.jones.dk/ikiwiki Installation ------------ To pull in all translatable and translated parts, do this: make Customizing ----------- To publish your own forked repository through web, you first need to create a special public repository that you "push" your changes into from your private working repository - like this: GIT_DIR=public_dir/repository_name.git git --bare init --shared chmod +x public_dir/repository_name.git/hooks/post-update To actually use your newly created public repository created above, you need to populate it with your current working repository (the --all option is only this once, not on subsequent pushes) - like this: git config remote.origin.url git-reference-to-public-repository git push --all To instead populate your newly created public repository with a multi-branched local repository, first make a complete clone with all branches setup locally, and push it all - like this for repository with master and master-da branches: git clone git-reference-to-old-public-repository some-temp-dir cd some-temp-dir git checkout -b master-da origin/master-da git config remote.origin.url git-reference-to-public-repository git push --all To resyncronize an older fork of the repository with newer upstream changes, do like this (skip first command on subsequent updates): git remote add ikiwiki git://source.jones.dk/ikiwiki git pull ikiwiki master Translation ----------- Some modules (markdown files - template files are not yet supported by po4a) is translatable through the gettext system using PO files. To update PO templates for all modules marked as supporting gettext, do this: make pot To update PO files for all supported locales of all supported modules, do this: make po To update all gettext-supported modules based on newer PO files, do this: make translations To initialize new locales, do like this (all on one line): make po po-init-modules="module1 module2" po-init-locales="da sv no" If you want to initialize based on an existing locale rather than the master, add the origin locale to the above make command similar to this: make po [...] po-init-fromlocale=de To add new modules and locales as gettext supported, add them to *_POMODULES and *_POLOCALES. Keep them alse in *_MODULES and *_LOCALES to support pulling final translations without recreating from PO files. Please beware that the automated po4a process is not perfected yet, so check the result before use. ---- References: [1] http://ikiwiki.info/ submit();'>mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/47/ba
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
master
Diffstat (limited to 'tags/47/ba')
-rw-r--r--tags/47/ba/1206604628.108e219.6123@groucho.pobox.com/isp0
-rw-r--r--tags/47/ba/1310521879.8783.217.camel@localhost/debian0
-rw-r--r--tags/47/ba/1310521879.8783.217.camel@localhost/signed0
-rw-r--r--tags/47/ba/20070314155201.GI3167@schmehl.info/debian0
-rw-r--r--tags/47/ba/20070314155201.GI3167@schmehl.info/inbox0
-rw-r--r--tags/47/ba/20070314155201.GI3167@schmehl.info/old0
-rw-r--r--tags/47/ba/20070314155201.GI3167@schmehl.info/signed0
-rw-r--r--tags/47/ba/200707061927.51933.white@debian.org/debian0
-rw-r--r--tags/47/ba/200707061927.51933.white@debian.org/signed0
-rw-r--r--tags/47/ba/20130603043208.299D2170C63@bu.borneuni.dk/sys0
-rw-r--r--tags/47/ba/20170207170002.B6E674F4E@lxp5.free-owl.de/sys0
-rw-r--r--tags/47/ba/20170207170002.B6E674F4E@lxp5.free-owl.de/unread0
-rw-r--r--tags/47/ba/20210302111104.7AF5E1A6@jawa.homebase.dk/hb0
-rw-r--r--tags/47/ba/20210302111104.7AF5E1A6@jawa.homebase.dk/unread0
-rw-r--r--tags/47/ba/4d20fc51-ce15-de94-a7ec-8fbb13c5d21a@gmail.com/debian0
-rw-r--r--tags/47/ba/4d20fc51-ce15-de94-a7ec-8fbb13c5d21a@gmail.com/inbox0
-rw-r--r--tags/47/ba/4d20fc51-ce15-de94-a7ec-8fbb13c5d21a@gmail.com/old0
-rw-r--r--tags/47/ba/4d20fc51-ce15-de94-a7ec-8fbb13c5d21a@gmail.com/signed0
-rw-r--r--tags/47/ba/87395d0y14.fsf@neil-laptop.ossau.uklinux.net/openmoko0
-rw-r--r--tags/47/ba/87395d0y14.fsf@neil-laptop.ossau.uklinux.net/unread0
-rw-r--r--tags/47/ba/CAD_06eX0_tZkmccnHebM87mHFCCeYyFsTvT6_WUUGeCeBZEd-A@mail.gmail.com/debian0
-rw-r--r--tags/47/ba/f8338262-31eb-1a73-5907-649e5cb23656@igorscheller.de/debian0
-rw-r--r--tags/47/ba/f8338262-31eb-1a73-5907-649e5cb23656@igorscheller.de/signed0
-rw-r--r--tags/47/ba/f8338262-31eb-1a73-5907-649e5cb23656@igorscheller.de/unread0
-rw-r--r--tags/47/ba/meetecho%2fjanus-gateway%2fissue%2f819%2fissue_event%2f1004243152@github.com/inbox0
-rw-r--r--tags/47/ba/meetecho%2fjanus-gateway%2fissue%2f819%2fissue_event%2f1004243152@github.com/old0
26 files changed, 0 insertions, 0 deletions