LoginSignup
15
12

More than 5 years have passed since last update.

PhpStormを日本語化したい 2017初夏

Last updated at Posted at 2017-06-23

UPDATE (2017.10)

↓の日本語化がベストだと思いますので、こちらをご参照ください。

以下、昔のやりかた

はじめに

個人的にはとっくに日本語化して使ってましたが、部署にPhpStormを布教する一環で、selfishまとめ。

必要なもの

  • PhpStorm
  • 日本語化リソースファイル

やり方

日本語化リソースファイル

有志の方が翻訳された日本語リソースファイルがgithubにあるので、見つけましょう。

今回はこちらを利用させていただきました。
https://github.com/2ch774/IDEA_resources_jp

buildのためにgradleをインストール

brew install gradle

git clone

cd ~/hoge
git clone https://github.com/2ch774/IDEA_resources_jp.git

build

cd IDEA_resources_jp
gradle build

PhpStormにコピー

build/libs/resources_jp.jarが出来てるので、PhpStormの Contents/lib/ にコピー

cp build/libs/resources_jp.jar /Applications/PhpStorm.app/Contents/lib/

PhpStormを再起動

すべて保存して再起動しましょう。
以上。

Windowsは?

知らん

参考

15
12
1

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
15
12