summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index b1d4b031..a807c9ca 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -49,6 +49,14 @@ our %S = (%S,
fan => [ 8, 'orig' ],
orig => [ 9, 'fan' ],
},
+ prod_relations => {
+ 'old' => [ 0, 'new' ],
+ 'new' => [ 1, 'old' ],
+ 'par' => [ 2, 'sub' ],
+ 'sub' => [ 3, 'par' ],
+ 'imp' => [ 4, 'ipa' ],
+ 'ipa' => [ 5, 'imp' ],
+ },
age_ratings => {
-1 => [ 'Unknown' ],
0 => [ 'All ages' ,'CERO A' ],