Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Standardize on --long-option instead of -long-option | Simon McVittie | 2015-03-01 |
| | | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case. | ||
* | Use $(MAKE) in po, as elsewhere in the build. | n0gOoi3 | 2014-12-27 |
| | | | | (cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31) | ||
* | po/Makefile: missing one semicolon still | Giuseppe Bilotta | 2012-05-09 |
| | |||
* | Fix po Makefile | Giuseppe Bilotta | 2012-05-05 |
| | | | | | | In the complex 'if' chain when merging ikiwiki.pot with .po files, make sure line-endings, shell-muting and semi-colons don't cause the shell to bomb out with syntax errors and commands not found. | ||
* | work without gettext commands | Joey Hess | 2012-04-27 |
| | | | | | Seems in certian cases (which I cannot entirely reproduce), gettext commands run during build even from a clean tree. Make these nonfatal. | ||
* | update | Joey Hess | 2009-08-15 |
| | |||
* | Allow building ikiwiki on systems w/o po4a -- building of the translated ↵ | Joey Hess | 2009-08-15 |
| | | | | underlays will be skipped in this case. | ||
* | fix install | Joey Hess | 2009-07-21 |
| | |||
* | make `make underlays` work in a clean tree that has not been built | Joey Hess | 2009-07-21 |
| | |||
* | install underlay/ po files | Joey Hess | 2009-07-21 |
| | |||
* | fixes for Danish integration | Joey Hess | 2009-07-20 |
| | |||
* | build translated underlays for use with non-English wikis | Joey Hess | 2009-07-20 |
| | |||
* | po/Makefile: update po files when the pot file has changed. Closes: #497951 | Joey Hess | 2008-09-05 |
| | |||
* | specify input encoding for xgettext | Joey Hess | 2008-08-27 |
| | | | | Pawel's utf-8 name needs this. | ||
* | i10n auto.setup | Joey Hess | 2008-08-21 |
| | |||
* | defer po and pot file updating until package build time | Joey Hess | 2008-03-21 |
| | | | | | This allows make to be run without polluting the tree with lots of po file changes. | ||
* | * Smarter detection of no-op changes to po files. | joey | 2007-02-20 |
| | |||
* | * Detect old versions of xgettext and avoid using them. | joey | 2007-02-20 |
| | |||
* | * Include the pot file in the source tarball. Closes: #405890 | joey | 2007-01-10 |
| | |||
* | added some comments for translators | joey | 2007-01-04 |
| | |||
* | * Added a Spanish translation by Victor Moral. | joey | 2007-01-03 |
| | | | | * A few translation infrastructure fixes. | ||
* | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | 2006-12-29 |
is available for translation. * Export gettext() from IkiWiki module. |