mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(theme-translations): correct label for tip admonition in italian (#10051)
This commit is contained in:
parent
5c1d6464d8
commit
4772b27a63
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"theme.admonition.danger": "pericolo",
|
||||
"theme.admonition.info": "informazioni",
|
||||
"theme.admonition.note": "note",
|
||||
"theme.admonition.tip": "mancia",
|
||||
"theme.admonition.tip": "suggerimento",
|
||||
"theme.admonition.warning": "warning",
|
||||
"theme.blog.archive.description": "Archivio",
|
||||
"theme.blog.archive.title": "Archivio",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue