From 6320e15256bbc07e83291c9814a2ce4315fc5f80 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 11 Feb 2003 02:41:18 +0000 Subject: [PATCH] add more course translations --- stepmania/src/TitleSubstitution.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/stepmania/src/TitleSubstitution.cpp b/stepmania/src/TitleSubstitution.cpp index 29b75285c7..954928af96 100644 --- a/stepmania/src/TitleSubstitution.cpp +++ b/stepmania/src/TitleSubstitution.cpp @@ -178,9 +178,14 @@ TitleSubst::TitleSubst() AddTrans("^Love$", "", "", "Love &whiteheart;", "", ""); AddTrans("^Love Love$", "", "", "Love &whiteheart;", "", ""); AddTrans("^2 ?MB$", "", "", "2MB&oni;", "", ""); - AddTrans("^Dancemania$", "", "", "Dancemania &oni;", "", ""); - AddTrans("^TaQ$", "", "", "TaQ &oni;", "", ""); - + AddTrans("^Dancemania( Oni)?$", "", "", "Dancemania &oni;", "", ""); + AddTrans("^TaQ( Oni)?$", "", "", "TaQ &oni;", "", ""); + /* 伝説道 */ + AddTrans("^Legend Road$", "", "", "&tsutau;&setsu;&michi;", "", ""); + /* 鬼の遅道 */ + AddTrans("^Slow Demon Road$", "", "", "&oni;&hno;&osoi;&michi;", "", ""); + /* 真鬼道 */ + AddTrans("^True Demon Road$", "", "", "&true;&oni;&michi;", "", ""); } TitleSubst::~TitleSubst()