Skip to content

Commit

Permalink
enable de & ru
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 16, 2024
1 parent 34703a1 commit c99f469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daily-tasks.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { fileURLToPath } from 'url';
// config
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const locales = ['zh-CN'];
const locales = ['de', 'ru', 'zh-CN'];
const i18nDir = path.join(__dirname, 'i18n');

// update reference libraries
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: Config = {
onBrokenMarkdownLinks: 'throw',
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-CN'],
locales: ['en', 'zh-CN', 'de', 'ru'],
},
themes: [
['@easyops-cn/docusaurus-search-local', {
Expand Down

0 comments on commit c99f469

Please sign in to comment.