diff --git a/AGENTS.md b/AGENTS.md index fd99805..fcc9760 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -80,6 +80,9 @@ ids on first use without a lock, and two threads racing there hand out the same Keep wire DTOs in sync: `TheLivingWorld.Core.Contracts` and `src/TheLivingWorld.Web/src/api/types.ts`. +UI copy lives in `src/TheLivingWorld.Web/src/i18n/locales/`. `en.ts` is the schema; add a language by +copying it and registering the file in `locales.ts`. The language switcher is built from that registry. + ## Working conventions - Prefer small, focused diffs. Do not rewrite unrelated code or add docs the user did not ask for. diff --git a/src/TheLivingWorld.Web/index.html b/src/TheLivingWorld.Web/index.html index 9033167..94e09d4 100644 --- a/src/TheLivingWorld.Web/index.html +++ b/src/TheLivingWorld.Web/index.html @@ -11,16 +11,19 @@
Generate a world from OpenStreetMap
+Generate a world from OpenStreetMap
++
Worlds you generate will show up here. A small town takes a few seconds.