「モジュール:Citation/CS1/sandbox」の版間の差分

削除された内容 追加された内容
修正
非表示の文字が入力された際に表示されるエラーメッセージのフォーマットを変更
796行目:
local err_msg;
if capture and not (cfg.invisible_defs.del == capture or cfg.invisible_defs.zwj == capture) then
err_msg = capture .. ' ' .. char_name;
else
err_msg = char_name .. 'キャラクタ'; -- 日本語版のTODO: 翻訳を確認
end