summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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