| Commit message (Collapse) | Author | Age |
|
|
|
| |
... additionally to the previously supported two-letters codes.
|
|
|
|
|
| |
Three cases are sub-optimal, but having fixed urlto(''), they all
basically work.
|
|
|
|
| |
Same behaviour as 'default'.
|
|\ |
|
| |
| |
| |
| | |
Closes: #593047
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki
underlay before running msgmerge. msgmerge marks as obsolete the translation
strings that came from the basewiki po files, but the link plugin
does not make the difference between obsolete and up-to-date links.
$links{'index.fr'} and $links{'index.es'} are therefore expected to contain
SandBox and ikiwiki.
|
| | |
|
| |
| |
| |
| |
| | |
The pofiles function relies on @slavelanguages to have been populated by po's
checkconfig hook.
|
|/ |
|
|
|
|
|
|
| |
(translatable files now have to exist in srcdir)
)
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
| |
This will soon enable usage of translated page titles in link.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
|
| |
Added testcases for this bug.
It remains broken when generated from <TMPL_VAR BASEURL>, though.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
| |
(Translatable index is currently buggy, let's fix this.)
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
I want to have an easy way to know if I break something when I'll convert custom
added hooks to the new "inject" feature. It will also be useful after this
conversion, to trigger an alert when IkiWiki's internals change enough to break
my wrapper functions.
Signed-off-by: intrigeri <intrigeri@boum.org>
|