summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog1
-rw-r--r--data/global.pl1
-rw-r--r--data/style.css2
-rw-r--r--static/f/icons.pngbin7422 -> 7526 bytes
4 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e6dcd38..ce5586c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2.6 - ?
- New screen resolutions: 1024x600 and 1600x1200
- Rewritten authentication system
+ - New language: Vietnamese
2.5 - 2009-07-09
- Hide NSFW images in diff viewer (unless NSFW warnings are disabled)
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; }
diff --git a/static/f/icons.png b/static/f/icons.png
index 9430e7c6..47412c62 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ