Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(locale): normalize music data #2857

Merged
merged 2 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/generate-locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) {
'location',
'lorem',
'metadata',
'music',
'person',
'phone_number',
'science',
Expand Down
26 changes: 13 additions & 13 deletions src/locales/en/music/genre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export default [
'Acid House',
'Acid Jazz',
'Acid Rock',
'Acoustic Blues',
'Acoustic',
'Acoustic Blues',
'Afro-Pop',
'Afrobeat',
'Alt-Rock',
Expand Down Expand Up @@ -32,11 +32,11 @@ export default [
'Brazilian Funk',
'Breakbeat',
'Britpop',
'CCM',
'Cajun',
'Cantopop',
'CCM',
'Celtic Folk',
'Celtic',
'Celtic Folk',
'Chamber Music',
'Chant',
'Chanukah',
Expand Down Expand Up @@ -74,12 +74,12 @@ export default [
"Drum'n'bass",
'Dub',
'Dubstep',
'EDM',
'Early Music',
'East Coast Rap',
'Easter',
'Easy Listening',
'Eclectic',
'EDM',
'Electric Blues',
'Electro',
'Electronic',
Expand All @@ -88,8 +88,8 @@ export default [
'Enka',
'Environmental',
'Ethio-jazz',
'Experimental Rock',
'Experimental',
'Experimental Rock',
'Flamenco',
'Folk',
'Folk-Rock',
Expand All @@ -114,9 +114,9 @@ export default [
'Hard Bop',
'Hard Dance',
'Hard Rock',
'Hardcore',
'Hardcore Punk',
'Hardcore Rap',
'Hardcore',
'Hardstyle',
'Healing',
'Heavy Metal',
Expand Down Expand Up @@ -149,12 +149,13 @@ export default [
'Kitsch',
'Klezmer',
'Krautrock',
'Latin',
'Latin Jazz',
'Latin Rap',
'Latin',
'Local',
'Lounge',
'Lullabies',
'MPB',
'Mainstream Jazz',
'Malay',
'Mandopop',
Expand All @@ -169,7 +170,6 @@ export default [
'Minimalism',
'Modern',
'Motown',
'MPB',
'Mugham',
'Musicals',
'Musique Concrète',
Expand All @@ -184,20 +184,20 @@ export default [
'Noise',
'Nordic',
'Novelty',
'OPM',
'Oi!',
'Old School Rap',
'Opera',
'OPM',
'Orchestral',
'Original Score',
'Outlaw Country',
'Pagode',
'Party',
'Piano',
'Polka',
'Pop',
'Pop Film',
'Pop Latino',
'Pop',
'Post Dubstep',
'Power Pop',
'Praise & Worship',
Expand All @@ -206,8 +206,8 @@ export default [
'Proto-punk',
'Psych Rock',
'Psychedelic',
'Punk Rock',
'Punk',
'Punk Rock',
'Qawwali',
'Quiet Storm',
'R&B',
Expand All @@ -227,14 +227,14 @@ export default [
'Romantic',
'Roots Reggae',
'Roots Rock',
'SKA',
'Sad',
'Salsa',
'Samba',
'Second Line',
'Sertanejo',
'Shaabi',
'Shoegaze',
'SKA',
'Sleep',
'Smooth Jazz',
'Soft Rock',
Expand All @@ -261,8 +261,8 @@ export default [
'Trip Hop',
'Tropical',
'Underground Rap',
'Urban Cowboy',
'Urban',
'Urban Cowboy',
'West Coast Rap',
'Western Swing',
'World',
Expand Down
Loading