diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | po/underlay.setup | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8cd5032cd..045f27540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ ikiwiki (3.1415926) UNRELEASED; urgency=low * htmltidy: Return an error message if tidy fails. Closes: #543722 * po: Fix name of translated toplevel index page. (intrigeri) * po: Fix display of links from a translated page to itself (ntrigeri) + * Add Czech basewiki translation from Miroslav Kure. -- Joey Hess <joeyh@debian.org> Wed, 12 Aug 2009 12:25:30 -0400 diff --git a/po/underlay.setup b/po/underlay.setup index 3e6c12566..76df2e29c 100644 --- a/po/underlay.setup +++ b/po/underlay.setup @@ -11,6 +11,7 @@ use IkiWiki::Setup::Standard { #'es' => 'Español', #'de' => 'Deutsch', 'da' => 'Dansk', + 'cs' =" 'česky', }, po_master_language => { 'code' => 'en', 'name' => 'English' }, po_translatable_pages => "*", |