Skip to content

Commit

Permalink
fix: #274
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Jan 26, 2024
1 parent c3ad64d commit 1e94caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ImeWlConverterCore/ConstantString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public class ConstantString
public const string JIDIAN_MBDICT = "极点五笔.mb文件";
public const string XIAOYA_WUBI = "小鸭五笔";
public const string MS_PINYIN = "微软拼音";
public const string WIN10_MS_PINYIN = "Win10微软拼音(自定义短语";
public const string WIN10_MS_PINYIN_SELF_STUDY = "Win10微软拼音(自学习词库";
public const string WIN10_MS_PINYIN = "Win10微软拼音(用户自定义短语";
public const string WIN10_MS_PINYIN_SELF_STUDY = "Win10微软拼音(自学习词汇";

public const string WIN10_MS_WUBI = "Win10微软五笔(自定义短语";
public const string WIN10_MS_WUBI = "Win10微软五笔(用户自定义短语";
public const string XIAOXIAO = "小小输入法";
public const string XIAOXIAO_ERBI = "二笔输入法";
public const string FIT = "FIT输入法";
Expand Down

0 comments on commit 1e94caa

Please sign in to comment.