Switch postgresql to english
This commit is contained in:
parent
bd05b702bb
commit
628e11488d
1 changed files with 4 additions and 5 deletions
|
@ -607,11 +607,10 @@ timezone = 'Europe/Paris'
|
|||
# encoding
|
||||
|
||||
# These settings are initialized by initdb, but they can be changed.
|
||||
lc_messages = 'fr_FR.UTF-8' # locale for system error message
|
||||
# strings
|
||||
lc_monetary = 'fr_FR.UTF-8' # locale for monetary formatting
|
||||
lc_numeric = 'fr_FR.UTF-8' # locale for number formatting
|
||||
lc_time = 'fr_FR.UTF-8' # locale for time formatting
|
||||
lc_messages = 'en_US.UTF-8'
|
||||
lc_monetary = 'en_US.UTF-8'
|
||||
lc_numeric = 'en_US.UTF-8'
|
||||
lc_time = 'en_US.UTF-8'
|
||||
|
||||
# default configuration for text search
|
||||
default_text_search_config = 'pg_catalog.french'
|
||||
|
|
Loading…
Reference in a new issue