summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-02-12 17:45:43 +0100
committerYorhel <git@yorhel.nl>2016-02-12 17:45:43 +0100
commit323f1d599316b0c17aa47e97b80cc842e3d90ab5 (patch)
treeb35498d3355a2e54af6cd16131bee7ca93f2f884 /data
parent98acc64cabd686c21be7bfe5d90eff87b1f3601a (diff)
Minor fixes / behaviour reverts related to the removal of L10N
- Fix mouse-over text of language flag on homepage - Capitalize release types in edit form - Use plural form of character roles on VN page listing
Diffstat (limited to 'data')
-rw-r--r--data/global.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/global.pl b/data/global.pl
index 62b41b43..85741e0f 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -219,10 +219,10 @@ our %S;
blood_types => ordhash(qw{unknown Unknown o O a A b B ab AB}),
genders => ordhash(unknown => 'Unknown or N/A', qw{m Male f Female b Both}),
char_roles => ordhash(
- main => 'Protagonist',
- primary => 'Main character',
- side => 'Side character',
- appears => 'Makes an appearance'
+ main => [ 'Protagonist', 'Protagonists' ],
+ primary => [ 'Main character', 'Main characters' ],
+ side => [ 'Side character', 'Side characters' ],
+ appears => [ 'Makes an appearance', 'Make an appearance' ],
),
atom_feeds => { # num_entries, title, id
announcements => [ 10, 'VNDB Site Announcements', '/t/an' ],