Skip to content

Commit acf2b6f

Browse files
committed
ar
1 parent 85c6c1f commit acf2b6f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const withNextra = require('nextra')({
66

77
module.exports = withNextra({
88
i18n: {
9-
locales: ['en', 'zh', 'jp', 'pt', 'tr', 'es', 'it', 'fr', 'kr', 'ca', 'fi', 'ru','de'],
9+
locales: ['en', 'zh', 'jp', 'pt', 'tr', 'es', 'it', 'fr', 'kr', 'ca', 'fi', 'ru','de', 'ar'],
1010
defaultLocale: 'en',
1111
},
1212
webpack(config) {
File renamed without changes.
File renamed without changes.

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme.config.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const config: DocsThemeConfig = {
3030
{ locale: 'fi', text: 'Finnish' },
3131
{ locale: 'ru', text: 'Русский' },
3232
{ locale: 'de', text: 'Deutsch' },
33+
{ locale: 'ar', text: 'العربية' },
3334
],
3435
head: function UseHead() {
3536
const { title } = useConfig()

0 commit comments

Comments
 (0)