Skip to content

Commit

Permalink
feat: add more i18n locales (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking authored Mar 20, 2024
1 parent 9083663 commit 43cbc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
projectName: "casdoor-website", // Usually your repo name.
i18n: {
defaultLocale: "en",
locales: ["en", "zh", "fr", "de", "ko", "ru", "ja"],
locales: ["en", "zh", "ko", "ru", "fr", "de", "ja", "es", "pt", "uk", "th", "ar"],
},
themeConfig: {
metadata: [{name: "Casdoor", content: "An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, RADIUS, Google Workspace, Active Directory and Kerberos"}],
Expand Down

0 comments on commit 43cbc4e

Please sign in to comment.