commit 3c9065b8a518b97efddf850dfcf9ba6f3fec3031
parent b34e26ac39cbe67e9ae4bf992f8d4c97d6ed2040
Author: lostd <lostd@2f30.org>
Date: Tue, 15 Dec 2015 10:11:43 +0200
Workaround for uppercase Chi transliteration.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/musicfix b/bin/musicfix
@@ -48,7 +48,8 @@ def mkdiscnum pos
end
# Add wordings for symbols
-syms = {"≠" => "not equals"}
+syms = {"≠" => "not equals",
+ "Χ" => "x"}
Stringex::Localization.store_translations :en, :transliterations, syms
# Convert to lowercase ASCII without punctuation