From b4359c045864e2277358c081f4f6cbf4cf4f553a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Bene=C5=A1?= Date: Sat, 8 Aug 2026 18:36:59 +0200 Subject: [PATCH] Documentation out, and a version that says it is finished The working notes, the roadmap, the glossary and the review notes are on the wiki; README points there. assets/Translation.xml stays -- it is the mod. 1.0.0: both the base game and Echoes of the Eye are translated, which was the whole goal. manifest.json said 0.1.0 because nothing had ever changed it. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ README.md | 8 ++++---- manifest.json | 2 +- 3 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e4cd09d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +Kept as the work happens, not assembled at release time. Format is +[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow +[SemVer](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +## 1.0.0 — 2026-08-08 + +The first tagged version: *Outer Wilds* and *Echoes of the Eye* are translated, +which is what this mod set out to do. + +### Added + +- Slovak localization of *Outer Wilds* and *Echoes of the Eye*, as an OWML mod + built on `xen.LocalizationUtility`. +- A fixed glossary of proper nouns and recurring terms, so names stay consistent + across the whole script. + +### Changed + +- The documentation left the repository. The working notes, the phase roadmap, + the glossary and the in-game review notes are now the + [wiki](https://git.houmeres.sk/Houmeres/Outer-Wilds-SK-Translation-Mod/wiki), + and the history was rewritten in the same pass so they are not present at any + commit. `assets/Translation.xml` stays here — it ships with the mod. + +### Note on history + +Any clone taken before 2026-08-08 has a different history and should be +discarded rather than merged. diff --git a/README.md b/README.md index 64a8fde..ed76de8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ > the base game and the Echoes of the Eye DLC.* **Stav / Status:** 🚧 **Work in progress** — the mod scaffold and translation are -being built. See [`PLAN.md`](PLAN.md) for the roadmap. +being built. See the [Roadmap](https://git.houmeres.sk/Houmeres/Outer-Wilds-SK-Translation-Mod/wiki/Roadmap). Outer Wilds officially ships in 12 languages; Slovak is not one of them. This mod adds it as a new selectable language using the community localization framework — @@ -34,7 +34,7 @@ at runtime. mod lets you switch language in-game with `Ctrl+L`. > Until the first release is published, the mod is not yet in the Mod Manager -> database — see [`PLAN.md`](PLAN.md) for how to build it from source. +> database — see the [Roadmap](https://git.houmeres.sk/Houmeres/Outer-Wilds-SK-Translation-Mod/wiki/Roadmap) for how to build it from source. ## Contributing / Prispievanie @@ -45,10 +45,10 @@ Translation fixes are very welcome — the goal is natural, consistent Slovak. **Never change the ``** — it is the English identifier the game matches on. - Preserve all inline formatting exactly, e.g. `<color=orange>…</color>`, `<i>`, and speaker prefixes like `POKE:`. -- Follow the terminology in `docs/glossary.md` so names (Nomai, the Eye, Ash Twin +- Follow the terminology in the [Glossary](https://git.houmeres.sk/Houmeres/Outer-Wilds-SK-Translation-Mod/wiki/Glossary) so names (Nomai, the Eye, Ash Twin Project, …) stay consistent across the whole game. -See [`CLAUDE.md`](CLAUDE.md) for the full conventions and repo layout. +See the [Working notes](https://git.houmeres.sk/Houmeres/Outer-Wilds-SK-Translation-Mod/wiki/Working-notes) for the full conventions and repo layout. ## License & disclaimer diff --git a/manifest.json b/manifest.json index 3035c15..aed8de0 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "author": "Jaroslav Beneš", "name": "Slovak Localization / Slovenčina", "uniqueName": "Homer.SlovakTranslation", - "version": "0.1.0", + "version": "1.0.0", "owmlVersion": "2.5.2", "dependencies": [ "xen.LocalizationUtility"