Skip to content

Commit

Permalink
fix: 簡體模式全碼及反查功能
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Jan 22, 2024
1 parent c9c158e commit 72056f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/moran_express_translator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local top = {}
function top.init(env)
env.fixed = Component.Translator(env.engine, "", "table_translator@fixed")
env.smart = Component.Translator(env.engine, "", "script_translator@translator")
env.rfixed = ReverseLookup('moran_fixed')
env.rfixed = ReverseLookup(env.engine.schema.config:get_string("fixed/dictionary") or "moran_fixed")
env.quick_code_indicator = env.engine.schema.config:get_string("moran/quick_code_indicator") or "⚡️"
if env.name_space == 'with_reorder' then
env.quick_code_indicator = '`F'
Expand Down

0 comments on commit 72056f6

Please # to comment.