Skip to content

Commit

Permalink
docs: fix i18n order files (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJmpl3 authored Oct 21, 2021
1 parent a2531be commit 0bb02b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions i18n/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ export default {
contact_success: 'Your request has been sent'
},
translated_pages: {
title: '翻訳されたページ',
content_outdated: 'このページのコンテンツは古い可能性があります。',
read_original_page: '原文を読む',
contribute: 'このページの翻訳を改善する'
title: 'Translated page',
content_outdated: 'Contents of this page might be outdated.',
read_original_page: 'Read the original page',
contribute: 'Improve translation of this page'
},
theme_mode: {
system: 'System',
Expand Down
8 changes: 4 additions & 4 deletions i18n/ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ export default {
contact_success: 'Your request has been sent'
},
translated_pages: {
title: 'Translated page',
content_outdated: 'Contents of this page might be outdated.',
read_original_page: 'Read the original page',
contribute: 'Improve translation of this page'
title: '翻訳されたページ',
content_outdated: 'このページのコンテンツは古い可能性があります。',
read_original_page: '原文を読む',
contribute: 'このページの翻訳を改善する'
},
theme_mode: {
system: 'システム',
Expand Down

0 comments on commit 0bb02b9

Please sign in to comment.