Skip to content

Commit 40aa655

Browse files
authored
set default test locale to en (#107)
1 parent a078792 commit 40aa655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __init__(self):
5252
parts[0] = re.match(r'\d+', parts[0]).group()
5353
self.pg_config_version = reduce(lambda v, x: v * 100 + int(x), parts, 0)
5454

55+
os.environ['LANGUAGE'] = 'en' # set default locale language to en. All messages will use this locale
5556
test_env = os.environ.copy()
5657
envs_list = [
5758
'LANGUAGE',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy