summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt4
-rw-r--r--data/style.css1
-rw-r--r--static/f/icons.pngbin9403 -> 9474 bytes
5 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e360dda..5966c38d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ git - ?
- Converted to ENUM data type:
- vn_relations.relation
- anime.type
+ - New language: Hungarian
2.7 - 2009-09-24
- Improved styling of the threeboxes layout
diff --git a/data/global.pl b/data/global.pl
index 58ae6a89..22e18670 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 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 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 197a0cdc..306ff2d9 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -157,6 +157,10 @@ ru : Финский
en : French
ru : Французский
+:_lang_hu
+en : Hungarian
+ru*:
+
:_lang_it
en : Italian
ru : Итальянский
diff --git a/data/style.css b/data/style.css
index 8255aca8..0eeb0f73 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1170,6 +1170,7 @@ a .icons { cursor: pointer }
.icons.fr { background-position: -48px -66px; }
.icons.it { background-position: -48px -77px; }
.icons.ja { background-position: -48px -88px; }
+.icons.hu { background-position: -48px -99px; }
.icons.nl { background-position: -61px 0px; }
.icons.no { background-position: -61px -11px; }
diff --git a/static/f/icons.png b/static/f/icons.png
index 78ec79fc..42c9004d 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ