Skip to content

Commit

Permalink
fix(lua): #989 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirtlecn committed Sep 16, 2024
1 parent 16affc6 commit 2ea99c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/number_translator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ local function number_translatorFunc(num)
local number2cnCharInt_var = number2cnCharInt:gsub('^拾', '壹拾')
table.insert(result, { number2cnCharInt_var .. number2cnCharDec , "〔金额大写〕"})
-- 会计书写要求 https://github.com/iDvel/rime-ice/issues/989
else
table.insert(result, { number2cnCharInt .. number2cnCharDec , "〔金额大写〕"})
end
-- table.insert(result, { number2cnCharInt .. number2cnCharDec , "〔金额大写〕"})
return result
end

Expand Down

0 comments on commit 2ea99c5

Please sign in to comment.