Skip to content

Commit adcf1bc

Browse files
committed
Fix typo in TRANSLATIONS.md
1 parent 098a6e4 commit adcf1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PLUGINSV3/TRANSLATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Picard will warn you if it detects nested structures in your TOML files.
3434

3535
Both TOML and JSON formats are supported. For each locale, Picard will look for `.toml` first, then `.json`. Each file corresponds to a single locale (e.g. `en.toml` for English). You can mix formats (e.g., `en.json` and `fr.toml`).
3636

37-
The recommended format for translation files is TOML. Translation keys are provided as a flat list with do notation for namespacing the keys.
37+
The recommended format for translation files is TOML. Translation keys are provided as a flat list with dot notation for namespacing the keys.
3838

3939
```toml
4040
"error.network" = "Network error: {error}"

0 commit comments

Comments
 (0)