We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1ece5 commit 7c9d0d4Copy full SHA for 7c9d0d4
Dockerfile
@@ -15,10 +15,10 @@ RUN apt-get update && apt-get install -y \
15
&& rm -rf /var/lib/apt/lists/*
16
17
# set locale
18
-RUN localedef -i en_GB -c -f UTF-8 -A /usr/share/locale/locale.alias en_GB.UTF-8
19
-ENV LANGUAGE en_GB.utf8
20
-ENV LANG en_GB.utf8
21
-ENV LC_ALL en_GB.utf8
+RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
+ENV LANGUAGE en_US.utf8
+ENV LANG en_US.utf8
+ENV LC_ALL en_US.utf8
22
23
ENV GRAMPS_API_CONFIG=/app/config/config.cfg
24
gramps_webapi/const.py
@@ -144,7 +144,7 @@
144
"da": "da_DK",
145
"de": "de_DE",
146
"el": "el_GR",
147
- "en": "en_GB",
+ "en": "en_US",
148
"es": "es_ES",
149
"fi": "fi_FI",
150
"fr": "fr_FR",
0 commit comments