Skip to content

Commit f8f0342

Browse files
author
maryamsul
committed
Add Arabic locale configuration
1 parent b50f897 commit f8f0342

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,16 @@ const config = {
6767

6868
i18n: {
6969
defaultLocale: "en",
70-
locales: ["en", "de", "el", "es", "fr", "ja", "ko", "pt", "ru", "uk", "zh"],
70+
locales: ["en", "ar","de", "el", "es", "fr", "ja", "ko", "pt", "ru", "uk", "zh"],
7171
localeConfigs: {
72+
7273
en: {
7374
htmlLang: "en-us",
7475
label: "English",
7576
},
77+
ar: {
78+
label: "العربية (Arabic)"
79+
},
7680
de: {
7781
label: "Deutsch (German)",
7882
},

0 commit comments

Comments
 (0)