diff --git a/AUTHORS b/AUTHORS index 0dac33c..59020a2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,4 @@ Patches and Suggestions ----------------------- - 3onyc <3onyc@x3tech.com> +- userid diff --git a/wakatime/projects/subversion.py b/wakatime/projects/subversion.py index bc5e6b8..e39db67 100644 --- a/wakatime/projects/subversion.py +++ b/wakatime/projects/subversion.py @@ -41,6 +41,7 @@ class Subversion(BaseProject): info = OrderedDict() stdout = None try: + os.environ['LANG'] = 'en_US' stdout, stderr = Popen([ 'svn', 'info', os.path.realpath(path) ], stdout=PIPE, stderr=PIPE).communicate()