General Job-Plugin support / 通用插件支持

We strongly recommend that you use general Job-Plugin to simplify operations, General Job-Plugin greatly simplified usage.
我们强烈建议您使用通用插件以简化操作,通用插件的出现大大简化了操作步骤。

General cross-lingual Job Plugin / 通用跨语种插件

Folder /dictis compatible with General cross-lingual Job Plugin(Chinese Page) by atonyxu.
/dict文件夹中的文件与atonyxu制作的通用跨语种插件相兼容。

However, there are a few more operations that need to be done for some of the inter-language conversions(mostly when converted to Chinese).
然而,对于一些语言之间的转换,还有一些步骤需要完成(多数为转换至中文时)。

First, open 通用跨语种插件.lua and add lines after these contents:
首先,打开 通用跨语种插件.lua 并在这些内容后添加行:

line 34:

    local mapping3 = {}

line 34

line 72:

        elseif lineData[1] == '3' then
            mapping3[lineData[2]] = lineData[3]

line 72

line 103:

            if i + 2 <= table.getn(phns) then
                threephn = phns[i] .. " " .. phns[i + 1] .. " " .. phns[i + 2]
                if mapping3[threephn] then
                    phns[i] = mapping3[threephn]
                    phns[i + 1] = ""
                    phns[i + 2] = ""
                    mapped = true
                end
            end

            if not mapped then

line 103

line 122:

            end

line 122

After adding, save and re-add the Job-Plugin and now you can finish converting.
添加完这些后,保存并重新添加工作插件,现在就可以完成转换了。

General user dictionary Job Plugin / 用户词典插件

Folder /dict-udcis compatible with General user dictionary Job Plugin(Chinese Page) by atonyxu.
/dict-udc文件夹中的文件与atonyxu制作的用户词典插件相兼容。