diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5afc0fb..91f7c7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,16 @@
# Changelog
+## [5.2.4] 2024-05-29
+### Fixed
+- Resolved an issue that could cause an old path to a prior DayZ installation to be reinserted in the config file if the Steam client did not synch the new path internally. DZGUI would try to ask the user to re-run first-time setup and update the path, but the old path would still be used.
+
## [5.2.3] 2024-04-19
### Added
- Added Debug Mode button to main menu
### Changed
- Reworded debug mode notification dialog
+- Updated geolocation records
### Dropped
- Dropped seen_news key from configs
diff --git a/README.md b/README.md
index 51a6ff0..5732eb9 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,7 @@ Other options include the ability to connect by IP or ID or set a favorite serv
Refer to the [manual](https://aclist.github.io/dzgui/dzgui.html) for installation and setup instructions, a feature-by-feature breakdown, and Steam integration tutorials.
![Alt text](/images/example.png)
+
+## Attribution
+
+Geolocation records from [DB-IP](https://db-ip.com) under [CC 4.0 license](https://creativecommons.org/licenses/by/4.0/)
diff --git a/docs/dzgui.adoc b/docs/dzgui.adoc
index 1de0686..d14e606 100644
--- a/docs/dzgui.adoc
+++ b/docs/dzgui.adoc
@@ -46,11 +46,12 @@ curl -s "https://raw.githubusercontent.com/aclist/dztui/dzgui/install.sh" | bash
Follow the instructions at https://github.com/lelgenio/dzgui-nix to ingest the package and dependencies
into your system using flakes.
-Manual method
+**Manual method**
```
git clone https://github.com/aclist/dztui.git
chmod +x dzgui.sh
+./dzgui.sh
```
==== Step 2: update the vm.max_map_count value
@@ -284,6 +285,18 @@ $HOME/.config/dztui/dztuirc.old
```
+=== Locale support
+
+For internationalization purposes, DZGUI will inherit the default locale setting on the system when displaying numbers. This is used for thousands separators in long numbers and decimal separators in fractional numbers.
+
+If you wish to use a specific regional numbering preference while retaining a different base system language (e.g., English language with German-style numbering), pass the desired locale as a variable before launching DZGUI:
+
+```
+LC_ALL=de_DE.UTF-8 ./dzgui.sh
+```
+
+If you intend to use this frequently, you could wrap the above in a script or alias.
+
== Basic usage
Select from among the <