LoginSignup
39
40

More than 5 years have passed since last update.

IntelliJのIDEをある程度日本語化しよう(Android Studio, PhpStorm等)

Posted at

Android Studio 日本語化、簡単な方法ですよ | 所感 ~android~さんより。

ファイルをダウンロード

Pleiades - Eclipse プラグイン日本語化プラグイン | MergeDoc Project から必要なファイルをダウンロード。

スクリーンショット 2014-02-12 12.18.40.png

配置

ダウンロードし中身を見ると、pleiades/plugins/jp.sourceforge.mergedoc.pleiades/
というフォルダ構造になっているので、以下にファイルをコピー。

Android Studio

  • /Applications/Android Studio.app/plugins/jp.sourceforge.mergedoc.pleiades/

PhpStorm

  • /Applications/PhpStorm.app/plugins/jp.sourceforge.mergedoc.pleiades/

設定ファイルに記述

Android Studio

/Applications/Android Studio.app/bin/idea.vmoptionsに追記
-javaagent:../plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar

PhpStorm

/Applications/PhpStorm.app/bin/idea.vmoptionsに追記
-javaagent:../plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar

半分くらい日本語化された

Android Studio

スクリーンショット 2014-02-12 12.27.24.png

phpstorm

スクリーンショット 2014-02-12 12.36.21.png

39
40
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
39
40