Switch postgresql to english

This commit is contained in:
jeltz 2021-03-10 15:22:01 +01:00
parent bd05b702bb
commit 628e11488d

View file

@ -607,11 +607,10 @@ timezone = 'Europe/Paris'
# encoding # encoding
# These settings are initialized by initdb, but they can be changed. # These settings are initialized by initdb, but they can be changed.
lc_messages = 'fr_FR.UTF-8' # locale for system error message lc_messages = 'en_US.UTF-8'
# strings lc_monetary = 'en_US.UTF-8'
lc_monetary = 'fr_FR.UTF-8' # locale for monetary formatting lc_numeric = 'en_US.UTF-8'
lc_numeric = 'fr_FR.UTF-8' # locale for number formatting lc_time = 'en_US.UTF-8'
lc_time = 'fr_FR.UTF-8' # locale for time formatting
# default configuration for text search # default configuration for text search
default_text_search_config = 'pg_catalog.french' default_text_search_config = 'pg_catalog.french'