Skip to content

Commit

Permalink
🔖 bump version 1.11.7, update message
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Jul 5, 2020
1 parent 6c77702 commit 826add8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ def set_language(lang, force=False):
("Context.sublime-menu.txt", CONTEXT)):
PATCH_RES = "Packages/{}/patch/{}/{}/{}".format(
PACKAGE_NAME, patch_version, lang, patch_file_name)

if patch_version < 3200 and patch_file_name == "Context.sublime-menu.txt":
continue

content = sublime.load_binary_resource(PATCH_RES)
with open(org_file_name, 'wb') as f:
f.write(content)
Expand Down

0 comments on commit 826add8

Please sign in to comment.