fixed menu encoding errors, added commented out handles for local builds (see lin 314)

svn path=/branches/design/; revision=19173
This commit is contained in:
samtuke 2011-01-13 11:25:54 +00:00
parent e12f0e7636
commit acc6d3ecbe
1 changed files with 16 additions and 8 deletions

View File

@ -59,34 +59,34 @@ our %countries = (global => 'en');
our %languages = (
ar => 'العربيّة',
bg => 'Български',
ca => 'Català',
ca => 'Català',
cs => 'Česky',
da => 'Dansk',
de => 'Deutsch',
el => 'Ελληνικά',
en => 'English',
es => 'Español',
es => 'Español',
et => 'Eesti',
fi => 'Suomi',
fr => 'Français',
fr => 'Français',
hr => 'Hrvatski',
hu => 'Magyar',
it => 'Italiano',
ku => 'Kurdî',
ku => 'Kurdî',
mk => 'Mакедонски',
nb => 'Norsk (bokmål)',
nl => 'Nederlands',
nn => "Norsk (nynorsk)",
nn => 'Norsk (nynorsk)',
pl => 'Polski',
pt => 'Português',
ro => 'Română',
pt => 'Português',
ro => 'Română',
ru => 'Русский',
sk => 'Slovenčina',
sl => 'Slovenščina',
sq => 'Shqip',
sr => 'Srpski',
sv => 'Svenska',
tr => 'Türkçe',
tr => 'Türkçe',
);
our $current_date = strftime "%Y-%m-%d", localtime;
@ -311,6 +311,14 @@ while (wait() != -1) {
sub process {
my ($file, $langs) = @_;
#print "$file\n";
#if (not $file eq "index") {
#return;
#}
print STDERR "Building $file.. \n" unless $opts{q};
# Create the root note for the above mentioned XML file (used to feed the XSL
# transformation).