summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-02-02 19:11:11 +0100
committerYorhel <git@yorhel.nl>2010-02-02 19:11:11 +0100
commit57a85d056e754cccec8ba338378f3852acaa2896 (patch)
tree24beee8237122b15dee74b9ad9c96d2c215802e5 /data
parent1c0c4477f76dee105274aab7efe58b4381533b80 (diff)
Differentiate between pt-PT and pt-BR in the languages
As requested, http://vndb.org/t423
Diffstat (limited to 'data')
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt16
-rw-r--r--data/style.css6
3 files changed, 15 insertions, 9 deletions
diff --git a/data/global.pl b/data/global.pl
index 94d0aec8..0d58e9b4 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 sk sv tr vi zh|],
+ languages => [qw|cs da de en es fi fr hu it ja ko nl no pl pt-br pt-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 0b99abae..5a77ccf0 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -291,11 +291,17 @@ ru : Польский
cs : Polsky
hu : Lengyel
-:_lang_pt
-en : Portuguese
-ru : Португальский
-cs : Portugalsky
-hu : Portugál
+:_lang_pt-br
+en : Portuguese (Brazil)
+ru*: Португальский
+cs*: Portugalsky
+hu*: Portugál
+
+:_lang_pt-pt
+en : Portuguese (Portugal)
+ru*: Португальский
+cs*: Portugalsky
+hu*: Portugál
:_lang_ru
en : Russian
diff --git a/data/style.css b/data/style.css
index d93237f6..50f50689 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1194,8 +1194,6 @@ 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; }
@@ -1206,17 +1204,19 @@ a .icons { cursor: pointer }
.icons.it { background-position: -48px -77px; }
.icons.ja { background-position: -48px -88px; }
.icons.hu { background-position: -48px -99px; }
+.icons.pt-br { background-position: -48px -110px; }
.icons.nl { background-position: -61px 0px; }
.icons.no { background-position: -61px -11px; }
.icons.pl { background-position: -61px -22px; }
-.icons.pt { background-position: -61px -33px; }
+.icons.pt-pt { background-position: -61px -33px; }
.icons.ru { background-position: -61px -44px; }
.icons.sv { background-position: -61px -55px; }
.icons.tr { background-position: -61px -66px; }
.icons.zh { background-position: -61px -77px; }
.icons.ko { background-position: -61px -88px; }
.icons.vi { background-position: -61px -99px; }
+.icons.sk { background-position: -61px -110px; }
/* Relation graph colors */