Skip to content

Commit

Permalink
Merge pull request #527 from subspace/re-add-polish-language-support
Browse files Browse the repository at this point in the history
Re-add Polish language support
  • Loading branch information
EmilFattakhov committed Jun 3, 2024
2 parents d28d645 + 133f1a3 commit 1c65e63
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 @@ -44,7 +44,7 @@ const config = {
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale,
locales: ["ar", "en", "fr", "de", "id", "it", "ja", "uk", "zh", "ru", "es", "tr"],
locales: ["ar", "en", "fr", "de", "id", "it", "ja", "uk", "zh", "pl", "ru", "es", "tr"],
},
plugins: [
[
Expand Down

0 comments on commit 1c65e63

Please sign in to comment.