소스 검색

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:

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.