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:
parent
7150e337eb
commit
2d4dec5304
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ format, so these were converted from TOML to **go-i18n JSON** (`{"key":{"other":
|
|||
| File mask | `site/i18n/*.json` |
|
||||
| Monolingual base language file | `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`) |
|
||||
|
||||
Linking the repo to the `app` component (`weblate://tane/app`) shares one clone/token.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue