From cd414f4cf51744ecb9b468ce6f38be72c2054d4a Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 30 Sep 2009 18:41:56 +0200 Subject: Added Hungarian to the list of languages Mainly because someone offered to translate the interface into Hungarian, and interface languages are directly linked with database languages. --- ChangeLog | 1 + data/global.pl | 2 +- data/lang.txt | 4 ++++ data/style.css | 1 + static/f/icons.png | Bin 9403 -> 9474 bytes 5 files changed, 7 insertions(+), 1 deletion(-) 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 Binary files a/static/f/icons.png and b/static/f/icons.png differ -- cgit v1.2.3