Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admonitions i18n #205

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,29 @@
"theme.SearchBar.label": {
"message": "Search",
"description": "The ARIA label and placeholder for search button"
},
"theme.admonition.caution": {
"message": "caution",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.admonition.danger": {
"message": "danger",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.note": {
"message": "note",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.warning": {
"message": "warning",
"description": "The default label used for the Warning admonition (:::warning)"
}
}
24 changes: 24 additions & 0 deletions i18n/pl/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,29 @@
"theme.SearchBar.label": {
"message": "Szukaj",
"description": "The ARIA label and placeholder for search button"
},
"theme.admonition.caution": {
"message": "uwaga",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.admonition.danger": {
"message": "ważne",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "informacja",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.note": {
"message": "notatka",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "wskazówka",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.warning": {
"message": "ostrzeżenie",
"description": "The default label used for the Warning admonition (:::warning)"
}
}
Loading