Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions scripts/eintsgit.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ def run():

for opt, val in opts:
if opt in ("--help", "-h"):
print(
"""\
print("""\
eintsgit -- Synchronize language files between git and Eints.

eintsgit <options> <operations>
Expand Down Expand Up @@ -350,8 +349,7 @@ def run():
Update working copy, merge and download translations from Eints, commit and push.
With --dry-run stop before pushing and leave commits local.

"""
)
""")
sys.exit(0)

if opt == "--force":
Expand Down
1 change: 0 additions & 1 deletion scripts/filter_update_langs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import sys

import os.path


# Keywords to use from OpenTTD langfiles
filterkeywords = ["##name", "##ownname", "##isocode", "##plural", "##textdir", "##grflangid", "##gender", "##case"]

Expand Down