Update localization.md

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-06-26 07:59:55 -04:00 committed by GitHub
parent ebabd695cd
commit 9d0061a7f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ Basic procedure:
git checkout your-branch-name-here git checkout your-branch-name-here
``` ```
2. Set some of the [in-game overrides](../README.md#-faq) inside `overrides.ts` to values corresponding to the interactions being tested. 2. Set some of the [in-game overrides](../README.md#-faq) inside `overrides.ts` to values corresponding to the interactions being tested.
3. Start a local dev server (`npm run start:dev`) and open localhost in your browser. 3. Start a local dev server (`pnpm start:dev`) and open localhost in your browser.
4. Take screenshots showing your changes in-game or record video of the locales changes being displayed using the recording software of your choice[^2]. 4. Take screenshots showing your changes in-game or record video of the locales changes being displayed using the recording software of your choice[^2].
[^2]: For those lacking a screen capture device, [OBS Studio](https://obsproject.com) is a popular open-source option. [^2]: For those lacking a screen capture device, [OBS Studio](https://obsproject.com) is a popular open-source option.