Skip to content

Commit

Permalink
Merge pull request #21 from andrey-helldar/patch-1
Browse files Browse the repository at this point in the history
Update ru
  • Loading branch information
ConsoleTVs authored Oct 31, 2021
2 parents a4dd7c1 + f67d3f4 commit e1c2240
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 115 deletions.
3 changes: 2 additions & 1 deletion Generator/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
dictionary = []
wc = 0
output_file = 'output.json'
build_file = 'build.py'

for file in files:
if file != __file__ and file != output_file:
if file != __file__ and file != output_file and file != build_file:
f = open(file, 'r', encoding="utf8")
print("Generating for language: " + str(file))
for line in f:
Expand Down
Loading

0 comments on commit e1c2240

Please sign in to comment.