We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a078792 commit 40aa655Copy full SHA for 40aa655
testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py
@@ -52,6 +52,7 @@ def __init__(self):
52
parts[0] = re.match(r'\d+', parts[0]).group()
53
self.pg_config_version = reduce(lambda v, x: v * 100 + int(x), parts, 0)
54
55
+ os.environ['LANGUAGE'] = 'en' # set default locale language to en. All messages will use this locale
56
test_env = os.environ.copy()
57
envs_list = [
58
'LANGUAGE',
0 commit comments