Skip to content

Commit

Permalink
Add missing translation banner
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Sep 5, 2024
1 parent 9a9940d commit 8da6a83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

<TranslationBanner />

このガイドでは、ScalarDB をスケーリングする方法について説明します。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

<TranslationBanner />

このガイドでは、ScalarDL をスケーリングする方法について説明します。

Expand Down

0 comments on commit 8da6a83

Please sign in to comment.