fix: sync_to_translation_status.er

This commit is contained in:
Shunsuke Shibayama 2023-04-10 23:37:01 +09:00
parent fc85265d9f
commit d07ceb30e1
3 changed files with 2 additions and 3 deletions

View file

@ -178,6 +178,7 @@ impl TyCheckError {
found: &Type,
hint: Option<String>,
) -> Self {
let name = name.with_color(Color::Yellow);
let mut expct = StyledStrings::default();
switch_lang!(
"japanese" => expct.push_str("予期した型: "),