Use proper title case

This commit is contained in:
Maximilian Gass 2011-06-04 23:04:48 +02:00
parent bc3a7329e6
commit 71c7a08977
2 changed files with 147 additions and 134 deletions

View File

@ -1,4 +1,17 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# Copyright 2011 Maximilian Gaß <mxey@ghosthacking.net>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
use strict; use strict;
use warnings; use warnings;
@ -36,7 +49,7 @@ sub generate_genre {
push @genre, rand_enum(set => $data->{subgroup}); push @genre, rand_enum(set => $data->{subgroup});
push @genre, rand_enum(set => $data->{group}); push @genre, rand_enum(set => $data->{group});
return join ' ', map { ucfirst } @genre; return join ' ', @genre;
} }
builder { builder {

View File

@ -9,137 +9,137 @@ cities:
- Rotterdam - Rotterdam
- San Francisco - San Francisco
group: group:
- aggrotech - Aggrotech
- ambient - Ambient
- beat - Beat
- bluegrass - Bluegrass
- blues - Blues
- chiptune - Chiptune
- core - Core
- country - Country
- cumbia - Cumbia
- dance - Dance
- dancehall - Dancehall
- drum and bass - Drum and Bass
- dub - Dub
- dubstep - Dubstep
- flamenco - Flamenco
- grunge - Grunge
- gospel - Gospel
- hip-hop - Hip-hop
- house - House
- humppa - Humppa
- industrial - Industrial
- jazz - Jazz
- metal - Metal
- oi! - Oi!
- polka - Polka
- pop - Pop
- punk - Punk
- rap - Rap
- rave - Rave
- reggae - Reggae
- rockabilly - Rockabilly
- samba - Samba
- schranz - Schranz
- ska - Ska
- soul - Soul
- techno - Techno
- trance - Trance
- western - Western
subgroup: subgroup:
- acid - Acid
- alternative - Alternative
- anatolian - Anatolian
- arena - Arena
- art - Art
- australian - Australian
- australian - Australian
- avantgarde - Avantgarde
- balkan - Balkan
- battle - Battle
- black - Black
- body - Body
- bossa nova - Bossa nova
- brit - Brit
- celtic - Celtic
- chinese - Chinese
- christian - Christian
- comedy - Comedy
- conscious - Conscious
- cow - Cow
- crust - Crust
- dark - Dark
- death - Death
- dirty - Dirty
- doom - Doom
- drone - Drone
- east coast - East Coast
- electroclash - Electroclash
- electronic - Electronic
- emo - Emo
- euro - Euro
- experimental - Experimental
- extreme - Extreme
- flower - Flower
- folk - Folk
- free - Free
- freestyle - Freestyle
- fucking - Fucking
- fun - Fun
- funk - Funk
- fusion - Fusion
- future - Future
- gangsta - Gangsta
- garage - Garage
- ghetto - Ghetto
- glam - Glam
- goa - Goa
- gospel - Gospel
- gothic - Gothic
- grind - Grind
- groove - Groove
- happy - Happy
- hard - Hard
- harmonica - Harmonica
- heavy - Heavy
- horror - Horror
- indian - Indian
- industrial - Industrial
- instrumental - Instrumental
- latin - Latin
- lounge - Lounge
- mainstream - Mainstream
- medieval - Medieval
- melodic - Melodic
- minimal - Minimal
- neo - Neo
- new age - New age
- nintendo - Nintendo
- noise - Noise
- nu - Nu
- pagan - Pagan
- pirate - Pirate
- post - Post
- power - Power
- progressive - Progressive
- psychedelic - Psychedelic
- skate - Skate
- sludge - Sludge
- southern - Southern
- speed - Speed
- stoner - Stoner
- street - Street
- sunshine - Sunshine
- surf - Surf
- swedish - Swedish
- swing - Swing
- symphonic - Symphonic
- synth - Synth
- teutonic - Teutonic
- traditional - Traditional
- trash - Trash
- viking - Viking
- vocal - Vocal
- west coast - West Coast
- world - World