Skip to content

Commit 4ce21ed

Browse files
author
uttk
authored
Fixed Japanese translation nuances (vercel#169)
* doc: translated link labels on the top page (#116) * doc: fix the translation expression of localStorage (#117)
1 parent 14abaf4 commit 4ce21ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/docs/advanced/cache.ja.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function Button() {
141141

142142
### LocalStorage を使った永続キャッシュ
143143

144-
キャッシュを `localStorage` に同期することをオススメします。実装例は次の通りです:
144+
キャッシュを `localStorage` で同期しても良いかもしれません。実装例は次の通りです:
145145

146146
```jsx
147147
function localStorageProvider() {

pages/index.ja.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SWR は、まずキャッシュからデータを返し(stale)、次にフ
3737
</Callout>
3838

3939
<div className="mt-16 mb-20 text-center">
40-
[Get Started](/docs/getting-started) · [Examples](/examples) · [Blog](/blog) · [GitHub Repository](https://github.com/vercel/swr)
40+
[はじめに](/docs/getting-started) · [例題](/examples) · [ブログ](/blog) · [GitHub リポジトリ](https://github.com/vercel/swr)
4141
</div>
4242

4343
## 概要

0 commit comments

Comments
 (0)