summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-11 15:56:54 +0200
committerYorhel <git@yorhel.nl>2019-09-11 15:56:54 +0200
commit7eca65c37be71d9c677cc99153e0df75902ed8cb (patch)
treed3b13511e0169f0f6f5a731c7969420d2cdf56f8 /data
parent8c1faad14d4e4be29c464a3dcf3e2f340c6f8242 (diff)
VNDB::Types: Convert languages into %LANGUAGE
Diffstat (limited to 'data')
-rw-r--r--data/global.pl36
1 files changed, 0 insertions, 36 deletions
diff --git a/data/global.pl b/data/global.pl
index 0b79f44d..058d9508 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -48,42 +48,6 @@ our %S;
permissions => {qw| board 1 boardmod 2 edit 4 tag 16 dbmod 32 tagmod 64 usermod 128 |},
default_perm => 1+4+16, # Keep synchronised with the default value of users.perm
default_tags_cat=> 'cont,tech',
- languages => ordhash(grep !/^ *$/, split /[\s\r\n]*([^ ]+) +(.+)/, q{
- ar Arabic
- bg Bulgarian
- ca Catalan
- cs Czech
- da Danish
- de German
- el Greek
- en English
- eo Esperanto
- es Spanish
- fi Finnish
- fr French
- he Hebrew
- hr Croatian
- hu Hungarian
- id Indonesian
- it Italian
- ja Japanese
- ko Korean
- nl Dutch
- no Norwegian
- pl Polish
- pt-br Portuguese (Brazil)
- pt-pt Portuguese (Portugal)
- ro Romanian
- ru Russian
- sk Slovak
- sv Swedish
- ta Tagalog
- th Thai
- tr Turkish
- uk Ukrainian
- vi Vietnamese
- zh Chinese
- }),
producer_types => ordhash(
co => 'Company',
in => 'Individual',