浏览代码

Replace "answerNeedToIncludePlural": "include" to "answerNeedToIncludePlural": "need include"

Sergienko Anton 7 年之前
父节点
当前提交
27638326dd
共有 2 个文件被更改,包括 114 次插入114 次删除
  1. 113 113
      src/data.json
  2. 1 1
      src/program_efremova.py

文件差异内容过多而无法显示
+ 113 - 113
src/data.json


+ 1 - 1
src/program_efremova.py

@@ -396,7 +396,7 @@ def check_words_in_plural():
                         index_as_form = index
             answer = None
             if is_initial_form:
-                answer = 'include'
+                answer = 'need include'
             if not is_initial_form and is_as_form:
                 answer = 'exclude'
             if is_initial_form and is_as_form and index_as_form != index_initial_form:

部分文件因为文件数量过多而无法显示