diff --git a/input_method/chinese.txt b/input_method/chinese_(simplified).txt similarity index 100% rename from input_method/chinese.txt rename to input_method/chinese_(simplified).txt diff --git a/input_method/index.json b/input_method/index.json index 1eccefe..2f23f62 100644 --- a/input_method/index.json +++ b/input_method/index.json @@ -1,8 +1,8 @@ { "enable": true, "languages": { - "zh_CN": { - "file": "chinese.txt", + "chinese_(simplified)": { + "file": "chinese_(simplified).txt", "version": "0.0.1" } }