summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-01 11:26:38 +0200
committerYorhel <git@yorhel.nl>2009-08-01 11:26:38 +0200
commit5c2cd1ba9c22eb97f186f6f1779e6f28b3978b1a (patch)
tree8dd0637ae76f587d2c6d9a40bb86d6a79086d30a /data
parentaf5293b8d33f4948ee5c9bcc2c4df38e611c88c6 (diff)
Added Vietnamese to the language list
Now the last unused space in icons.png is used as well. Another icon and we'll need to enlarge it a bit.
Diffstat (limited to 'data')
-rw-r--r--data/global.pl1
-rw-r--r--data/style.css2
2 files changed, 3 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 09382411..a4cf9fbf 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -51,6 +51,7 @@ our %S = (%S,
ru => q|Russian|,
sv => q|Swedish|,
tr => q|Turkish|,
+ vi => q|Vietnamese|,
zh => q|Chinese|,
},
producer_types => {
diff --git a/data/style.css b/data/style.css
index dec6462b..a2d71ba5 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1226,6 +1226,8 @@ a .icons { cursor: pointer }
.icons.msx { background-position: -32px -56px; }
.icons.nes { background-position: -32px -70px; }
+.icons.vi { background-position: -34px -88px; }
+
.icons.cs { background-position: -48px 0px; }
.icons.da { background-position: -48px -11px; }
.icons.de { background-position: -48px -22px; }