Change zh-Hant OpenCC conversion from S2twp to S2tw (#1171)

This commit is contained in:
Guan-Rong Wu 2026-03-28 10:50:40 +08:00 committed by GitHub
parent 18ce41a4ef
commit 2cb0e78bde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,7 +295,7 @@ async fn maybe_convert_chinese_variant(
BuiltinConfig::Tw2sp
} else {
// Convert Simplified Chinese to Traditional Chinese
BuiltinConfig::S2twp
BuiltinConfig::S2tw
};
match OpenCC::from_config(config) {