Skip to content

Commit 9737bb3

Browse files
authored
Merge pull request #2592 from Simran-B/arangodb-2025-07-01
ArangoDB: Revert server language change
2 parents 00c9756 + f66b2c0 commit 9737bb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arangodb/content.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ docker inspect --format '{{ .NetworkSettings.IPAddress }}' arangodb-instance
4949

5050
When using Docker, you need to specify the language you want to initialize the server to on the first run in one of the following ways:
5151

52-
- From v3.12.2 onward: Append the `--icu-language` startup option to the end of the Docker command, like `docker run ... %%IMAGE%% --icu-language sv` for a Swedish locale.
53-
54-
- Set the environment variable `LANG` to a locale in the `docker run` command, e.g. `-e LANG=sv`.
52+
- Set the environment variable `LANG` to a locale in the `docker run` command, e.g. `-e LANG=sv` for a Swedish locale.
5553

5654
- Use an `arangod.conf` configuration file that sets a language and mount it into the container. For example, create a configuration file on your host system in which you set `icu-language = sv` at the top (before any `[section]`) and then mount the file over the default configuration file like `docker run -v /your-host-path/arangod.conf:/etc/arangodb3/arangod.conf ...`.
5755

0 commit comments

Comments
 (0)