Align columns

This commit is contained in:
gg1234 2024-04-16 16:59:36 -07:00
parent 0e1cd80098
commit 60ef78df99
1 changed files with 6 additions and 6 deletions

View File

@ -15,13 +15,13 @@ end
"Translate Japanese segment titles to short English words."
TITLES = Dict(
"ウェザーニュースLiVE・モーニング" => "Morning",
"ウェザーニュースLiVE・サンシャイン" => "Sunshine",
"ウェザーニュースLiVE・モーニング" => "Morning",
"ウェザーニュースLiVE・サンシャイン" => "Sunshine",
"ウェザーニュースLiVE・コーヒータイム" => "Coffee Time",
"ウェザーニュースLiVE・アフタヌーン" => "Afternoon",
"ウェザーニュースLiVE・イブニング" => "Evening",
"ウェザーニュースLiVE・ムーン " => "Moon",
"ウェザーニュースLiVE" => "_",
"ウェザーニュースLiVE・アフタヌーン" => "Afternoon",
"ウェザーニュースLiVE・イブニング" => "Evening",
"ウェザーニュースLiVE・ムーン " => "Moon",
"ウェザーニュースLiVE" => "_",
)
function massage_fn(zone, leading_zero; t=now())