summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-23Update german translationJonas Smedegaard
2009-07-23Rephrase translatable string to clarify data requested (account or openid)Jonas Smedegaard
2009-07-23Change rendering→building in translatable strings, to ease translations.Jonas Smedegaard
2009-07-23Rephrase suggestion to not get confused as info on action already done.Jonas Smedegaard
2009-07-23Rephrase 'linked to by' confusing for translators.Jonas Smedegaard
2009-07-23Improve translatable texts to ease translation (e.g. to→into and ↵Jonas Smedegaard
from→inside)
2009-07-23Fix typo attepting→attemptingJonas Smedegaard
2009-07-23Partly localized danish directive underlayJonas Smedegaard
2009-07-22Update danish underlays for po4a 0.36.2Jonas Smedegaard
2009-07-21fix installJoey Hess
2009-07-21make `make underlays` work in a clean tree that has not been builtJoey Hess
2009-07-21oddityJoey Hess
2009-07-21install underlay/ po filesJoey Hess
2009-07-21use underlay_install as optimisatonJoey Hess
2009-07-21split out underlay_install targetJoey Hess
2009-07-21relocate po directory up a levelJoey Hess
2009-07-21add a warningJoey Hess
2009-07-21Merge branch 'master' of git://git.ikiwiki.infoJon Dowland
2009-07-21some thoughts in the wake of a spam attackJon Dowland
2009-07-21one issue with basewiki translationsJoey Hess
2009-07-21turn off pot file underlay againJoey Hess
2009-07-21improve invalid gettext messageJoey Hess
(and gettext it as translators will see this!)
2009-07-21updateJoey Hess
2009-07-21updateJoey Hess
2009-07-21po: Add support for mo files in underlaysJoey Hess
In order to support translated basewiki and other underlays, we need support for mo files in underlays. The code did not allow this before, because if a mo file was in an underlay, then it might try to update it, and its pot, and write to the underlay, which is guaranteed to either fail due to permissions, or be undesirable. To fix, my approach is to just detect if a mo or pot file that is about to be updated is in an underlay, and skip updating it. This seems to work well: - If the mo is out of date in the underlay, it won't get updated, but this would probably be due to a problem in the underlay, or more likely, the wiki is being rebuilt and so it *thinks* the mo is out of date, but it's really not (and it would be a waste of time to rebuild it anyway). - If a page from the basewiki is edited, it is saved to the srcdir, which causes generation of an updated mo and pot also in the srcdir; the underlay stops being used for that page, and everything seems to work. Note that I am not including an underlay search directory for pot files. They *seem* to be unnecessary for the underlay, since the mo files in there never need to be updated.
2009-07-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-07-21fix exampleJoey Hess
2009-07-21(no commit message)harishcm
2009-07-21patch overcoming the issue of <ul> with no <li>harishcm
2009-07-20link to alternative patchhttp://smcv.pseudorandom.co.uk/
2009-07-20link to existing bughttp://smcv.pseudorandom.co.uk/
2009-07-20Issue with ul and div tag closure when returning empty mapharishcm
2009-07-20(no commit message)harishcm
2009-07-20how to achieve this by modifying your templateshttp://jmtd.livejournal.com/
2009-07-20Danish translation updateJonas Smedegaard
2009-07-20Unfuzz danish translation of basewiki/.../po.da underlayJonas Smedegaard
2009-07-20updateJoey Hess
2009-07-20po/underlay/* should be BSD licensed, like the rest of the underlaysJoey Hess
2009-07-20fixes for Danish integrationJoey Hess
2009-07-20Merge branch 'master' into integrationJoey Hess
2009-07-20build translated underlays for use with non-English wikisJoey Hess
2009-07-20po: Support running with a non-english master lang; add translated underlaysJoey Hess
It seem to make sense to remove the check for there being slave languages as part of this, since one might want a wiki that is only in non-English.
2009-07-20remove prototype from renamehookJoey Hess
Recursive calls make perl whine about protypes, and it wasn't adding any value.
2009-07-20create translated underlays in mdwn formatJoey Hess
These are for use by wikis where the primary language is not English. On such a wiki, it makes sense to use an underlay has the source for pages in the native language.
2009-07-20split two helper functions of of render()Joey Hess
2009-07-20more thoughts on underlaysJoey Hess
2009-07-20note branch nameJoey Hess
2009-07-20Merge commit 'remotes/jonas/underlay-da' into integrationJoey Hess
2009-07-20add jonas's git repoJoey Hess
2009-07-20Update with Git URL for danish l10n.Jonas Smedegaard