summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-01-11 16:32:13 +0100
committerYorhel <git@yorhel.nl>2010-01-11 16:32:13 +0100
commit704a4a7a41fe3e5d33a1de6ce7f6fc330b95d785 (patch)
tree06c73250c6b4dc52208c6e11c7d5cacd9b2bb201
parent947b849b6bb6e927abfb2617f1139abaea3f071e (diff)
Added Slovak to the list of languages
-rw-r--r--ChangeLog3
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt6
-rw-r--r--data/style.css2
-rw-r--r--static/f/icons.pngbin9474 -> 9635 bytes
5 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01780243..8e59526f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+git - ?
+ - Added Slovak to the language list
+
2.10 - 2010-01-10
- VN score on tag pages use plain averages instead of bayesian rating
- Display VN ratings on tag pages as well
diff --git a/data/global.pl b/data/global.pl
index a160ab15..94d0aec8 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -31,7 +31,7 @@ our %S = (%S,
[qw| hist board boardmod edit tag mod lock del tagmod |], # 4
[qw| hist board boardmod edit tag mod lock del tagmod usermod |], # 5
],
- languages => [qw|cs da de en es fi fr hu it ja ko nl no pl pt ru sv tr vi zh|],
+ languages => [qw|cs da de en es fi fr hu it ja ko nl no pl pt ru sk sv tr vi zh|],
producer_types => [qw|co in ng|],
discussion_boards => [qw|an db v p u|],
vn_lengths => [ 0..5 ],
diff --git a/data/lang.txt b/data/lang.txt
index eee0ad76..1ec42fca 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -303,6 +303,12 @@ ru : Русский
cs : Rusky
hu : Orosz
+:_lang_sk
+en : Slovak
+ru : Словацкий
+cs : Slovenština
+hu : Szlovák
+
:_lang_sv
en : Swedish
ru : Шведский
diff --git a/data/style.css b/data/style.css
index 7221459f..bd8c158a 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1183,6 +1183,8 @@ a .icons { cursor: pointer }
.icons.nes { background-position: -32px -70px; }
.icons.dos { background-position: -32px -84px; }
+.icons.sk { background-position: -35px -99px; }
+
.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 42c9004d..58a4ab97 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ