Socket
Socket
Sign inDemoInstall

strapi-plugin-ja-pack

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    strapi-plugin-ja-pack

Translate Strapi's admin panel into Japanese.


Version published
Weekly downloads
117
increased by14.71%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Strapi Japanese Translation Plug-in

このプラグインはStrapiバージョン4の管理画面の単語・文章を日本語に翻訳することができます。

ただしStrapi本体で一部、翻訳キーが当たってないものがあるため英語表記で出るものもあります。

インストール

npm install strapi-plugin-ja-pack
または
yarn add strapi-plugin-ja-pack

セットアップ

Step1

i18nとstrapi-plugin-ja-packを有効にします。

// プロジェクトルート/config/plugins.js
module.exports = ({env}) => ({
  i18n: true,
  'strapi-plugin-ja-pack': {
    enabled: true,
  }
});

Step2

ja(日本語)を有効にします

// src/admin/app.js
export default {
  config: {
    locales: [
      'ja',
    ],
  },
  bootstrap(app) {
  },
};

Step3

管理画面にログインして日本語を追加します。

Settings > Internationalization > "+ Add new locale" > add ja & default

Step4

ログインユーザーのデフォルト言語を日本語にします。 左下のアバターっぽい画像をクリック→ Profile → Experience の言語を日本語にして保存

不具合やおかしな日本語訳があればお気軽にPR/Issuesください。

Keywords

FAQs

Last updated on 02 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc