summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-22 17:20:57 +0200
committerYorhel <git@yorhel.nl>2009-05-22 17:20:57 +0200
commit63fb2bab0519357d78846107e6fe3acf42a65122 (patch)
treed0458d6dc2456726f7401d50f0d59e78be0081c4 /data
parent5f0ae1ac7f55b679a7df910d92a9cd1f9b9287ad (diff)
Show comparable CERO ratings on /r+/edit input field
Diffstat (limited to 'data')
-rw-r--r--data/global.pl18
1 files changed, 15 insertions, 3 deletions
diff --git a/data/global.pl b/data/global.pl
index 60e383cd..332c5d32 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -150,9 +150,21 @@ our %S = (%S,
[ 'Other', 0 ],
],
age_ratings => {
- -1 => 'Unknown',
- 0 => 'All ages',
- map { $_ => $_.'+' } 6..18
+ -1 => [ 'Unknown' ],
+ 0 => [ 'All ages' ,'CERO A' ],
+ 6 => [ '6+' ],
+ 7 => [ '7+' ],
+ 8 => [ '8+' ],
+ 9 => [ '9+' ],
+ 10 => [ '10+' ],
+ 11 => [ '11+' ],
+ 12 => [ '12+', 'CERO B' ],
+ 13 => [ '13+' ],
+ 14 => [ '14+' ],
+ 15 => [ '15+', 'CERO C' ],
+ 16 => [ '16+' ],
+ 17 => [ '17+', 'CERO D' ],
+ 18 => [ '18+', 'CERO Z' ],
},
release_types => [
'Complete',