mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-31 02:19:10 -04:00
migration to C.UTF-8 locale for database
This commit is contained in:
parent
e6a9d006d7
commit
7cce9ed541
1 changed files with 4 additions and 4 deletions
|
@ -725,11 +725,11 @@ timezone = UTC
|
||||||
# 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 = 'en_US.UTF-8' # locale for system error message
|
lc_messages = 'C.UTF-8' # locale for system error message
|
||||||
# strings
|
# strings
|
||||||
lc_monetary = 'en_US.UTF-8' # locale for monetary formatting
|
lc_monetary = 'C.UTF-8' # locale for monetary formatting
|
||||||
lc_numeric = 'en_US.UTF-8' # locale for number formatting
|
lc_numeric = 'C.UTF-8' # locale for number formatting
|
||||||
lc_time = 'en_US.UTF-8' # locale for time formatting
|
lc_time = 'C.UTF-8' # locale for time formatting
|
||||||
|
|
||||||
#icu_validation_level = warning # report ICU locale validation
|
#icu_validation_level = warning # report ICU locale validation
|
||||||
# errors at the given level
|
# errors at the given level
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue