Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Japanese translation #368

Merged
merged 5 commits into from
Jun 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update translations in ja.
- templates.globalSections.performance.disableHtmlCaching
- templates.globalSections.performance.enableDisableHtmlCaching
  • Loading branch information
Ippey committed Jun 15, 2022
commit 5e840c19dee806f7c4ee850dd2a3c79a62c6a902
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ THE SOFTWARE.
import common from '../../common';

export default {
disableHtmlCaching: 'HTML キャッシュの無効化',
enableDisableHtmlCaching: 'TML キャッシュを無効にする',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enableDisableHtmlCaching: 'TML キャッシュを無効にする',
enableDisableHtmlCaching: 'HTML キャッシュを無効にする',

gzipCompression: 'Gzip 圧縮',
enableGzipCompression: `gzip 圧縮を${common.enable}`,
brotliCompression: 'Brotli 圧縮',
Expand Down