mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
View_changelog will look for the changelog in the user's language
This commit is contained in:
parent
620ee23edb
commit
7b5022da09
@ -1469,7 +1469,8 @@ class Controller(object):
|
|||||||
os.chdir("../../")
|
os.chdir("../../")
|
||||||
|
|
||||||
def view_changelog(self, *args, **kwargs):
|
def view_changelog(self, *args, **kwargs):
|
||||||
os.chdir("documentation")
|
lang = localization.get("documentation")
|
||||||
|
os.chdir("documentation/%s" % (lang,))
|
||||||
webbrowser.open("changelog.html")
|
webbrowser.open("changelog.html")
|
||||||
os.chdir("../")
|
os.chdir("../")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user