Skip to content

Commit 8c57b4c

Browse files
committed
docs: enhance documentation for internationalization in email templates
1 parent 3abd13a commit 8c57b4c

File tree

2 files changed

+36
-33
lines changed

2 files changed

+36
-33
lines changed

docs/content/1.getting-started/7.i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Internationalization (i18n)
33
description: Learn how to use internationalization in your email templates
44
navigation:
55
icon: i-lucide-globe
6+
title: i18n
67
seo:
78
description: Learn how to use internationalization in your email templates with Nuxt Email Renderer
89
---

docs/content/index.md

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,6 @@ Get started
3030
:::
3131
::
3232

33-
::u-page-section
34-
#title
35-
Trusted by Leading Tools in :br [Production]{.text-primary}
36-
37-
#links
38-
:::u-button
39-
---
40-
trailing-icon: i-ph-arrow-right
41-
size: xl
42-
color: neutral
43-
variant: outline
44-
to: https://weekly-vue.news
45-
target: _blank
46-
---
47-
Weekly Vue Newsletter
48-
:::
49-
50-
:::u-button
51-
---
52-
trailing-icon: i-ph-arrow-right
53-
size: xl
54-
color: neutral
55-
variant: outline
56-
to: https://nuxtstarterkit.com
57-
target: _blank
58-
---
59-
Nuxt Starter Kit
60-
:::
61-
::
62-
6333
::u-page-section
6434
#title
6535
Create stunning emails with :br [Vue components]{.text-primary}
@@ -104,13 +74,13 @@ Create responsive email layouts that look great on desktop, mobile, and tablet d
10474
:::u-page-card
10575
---
10676
spotlight: true
107-
icon: i-ph-palette-duotone
77+
icon: i-ph-globe
10878
---
10979
#title
110-
Flexible Styling
80+
Internationalization (i18n)
11181

11282
#description
113-
Style your emails with CSS-in-JS or traditional CSS approaches that work reliably in email clients.
83+
Easily create multilingual email templates with built-in i18n support when using `@nuxtjs/i18n`.
11484
:::
11585

11686
:::u-page-card
@@ -137,3 +107,35 @@ Easy Integration
137107
Integrate seamlessly with your existing Nuxt application and email service providers for streamlined email delivery.
138108
:::
139109
::
110+
111+
112+
113+
::u-page-section
114+
#title
115+
Trusted by Leading Tools in :br [Production]{.text-primary}
116+
117+
#links
118+
:::u-button
119+
---
120+
trailing-icon: i-ph-arrow-right
121+
size: xl
122+
color: neutral
123+
variant: outline
124+
to: https://weekly-vue.news
125+
target: _blank
126+
---
127+
Weekly Vue Newsletter
128+
:::
129+
130+
:::u-button
131+
---
132+
trailing-icon: i-ph-arrow-right
133+
size: xl
134+
color: neutral
135+
variant: outline
136+
to: https://nuxtstarterkit.com
137+
target: _blank
138+
---
139+
Nuxt Starter Kit
140+
:::
141+
::

0 commit comments

Comments
 (0)