From e910acfbc91a6132b82bf4f33b19574d61da3169 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Aug 2008 22:49:50 -0400 Subject: i10n auto.setup --- auto.setup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'auto.setup') diff --git a/auto.setup b/auto.setup index 47d0d868f..74879dbc5 100644 --- a/auto.setup +++ b/auto.setup @@ -13,14 +13,14 @@ require IkiWiki::Setup::Automator; our $wikiname=IkiWiki::Setup::Automator::ask( - "What will the wiki be named?", "wiki"); + gettext("What will the wiki be named?"), gettext("wiki")); our $rcs=IkiWiki::Setup::Automator::ask( - "What revision control system to use?", "git"); + gettext("What revision control system to use?"), "git"); our $admin=IkiWiki::Setup::Automator::ask( - "What wiki user (or openid) will be wiki admin?", $ENV{USER}); + gettext("What wiki user (or openid) will be wiki admin?"), $ENV{USER}); use Net::Domain q{hostfqdn}; our $domain=hostfqdn() || ikiwiki::setup::automator::ask( - "What is the domain name of the web server?", ""); + gettext("What is the domain name of the web server?"), ""); IkiWiki::Setup::Automator->import( wikiname => $wikiname, -- cgit v1.2.3