docs(i18n): correct site Weblate format to go-i18n-json-v2

The object-form go-i18n JSON ({"key":{"other":...}}) is parsed by Weblate's
go-i18n-json-v2 format, not go-i18n-json (which expects a top-level array).
This commit is contained in:
vjrj 2026-07-15 19:46:16 +02:00
parent 0d4d19658c
commit a0302632a3

View file

@ -91,7 +91,7 @@ format, so these were converted from TOML to **go-i18n JSON** (`{"key":{"other":
| File mask | `site/i18n/*.json` | | File mask | `site/i18n/*.json` |
| Monolingual base language file | `site/i18n/en.json` | | Monolingual base language file | `site/i18n/en.json` |
| Template for new translations | `site/i18n/en.json` | | Template for new translations | `site/i18n/en.json` |
| File format | **go-i18n JSON** (`go-i18n-json`) | | File format | **go-i18n v2 JSON** (`go-i18n-json-v2`) |
| Source language | English (`en`) | | Source language | English (`en`) |
Linking the repo to the `app` component (`weblate://tane/app`) shares one clone/token. Linking the repo to the `app` component (`weblate://tane/app`) shares one clone/token.