Skip to content

Commit e2aecff

Browse files
authored
Docs: translate Updating Arrays in State (#448)
* doc: translate updating arrays in state * perf: more italian translations on the document
1 parent 672c424 commit e2aecff

File tree

6 files changed

+111
-113
lines changed

6 files changed

+111
-113
lines changed

Diff for: src/components/Layout/Page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
155155
<>
156156
<div className="flex flex-col items-center m-4 p-4">
157157
<p className="font-bold text-primary dark:text-primary-dark text-lg mb-4">
158-
How do you like these docs?
158+
Ti sta piacendo questa documentazione?
159159
</p>
160160
<div>
161161
<ButtonLink
@@ -164,7 +164,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
164164
type="primary"
165165
size="md"
166166
target="_blank">
167-
Take our survey!
167+
Partecipa al nostro sondaggio!
168168
<IconNavArrow
169169
displayDirection="end"
170170
className="inline ms-1"

Diff for: src/components/MDX/ExpandableCallout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const variantMap = {
2727
'linear-gradient(rgba(249, 247, 243, 0), rgba(249, 247, 243, 1)',
2828
},
2929
note: {
30-
title: 'Nota',
30+
title: 'Nota bene',
3131
Icon: IconNote,
3232
containerClasses:
3333
'bg-green-5 dark:bg-green-60 dark:bg-opacity-20 text-primary dark:text-primary-dark text-lg',

Diff for: src/components/MDX/Sandpack/CustomPreset.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const SandboxShell = memo(function SandboxShell({
102102
className="inline me-1.5 text-xl"
103103
displayDirection={isExpanded ? 'up' : 'down'}
104104
/>
105-
{isExpanded ? 'Show less' : 'Show more'}
105+
{isExpanded ? 'Mostra meno' : 'Mostra di più'}
106106
</span>
107107
</button>
108108
)}

0 commit comments

Comments
 (0)