Index: compile_rules.py ================================================================== --- compile_rules.py +++ compile_rules.py @@ -424,11 +424,11 @@ "compile rules, returns a dictionary of values" # for clarity purpose, don’t create any file here print("> read rules file...") try: - lRules = open(spLang + "/rules_g.grx", 'r', encoding="utf-8").readlines() + lRules = open(spLang + "/rules.grx", 'r', encoding="utf-8").readlines() except: print("Error. Rules file in project [" + sLang + "] not found.") exit() # removing comments, zeroing empty lines, creating definitions, storing tests, merging rule lines