homebrewでfirefoxの日本語版をインストールする方法

brew cask edit firefox

-  url 'https://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US'
+  url 'https://download.mozilla.org/?product=firefox-latest&os=osx&lang=ja-JP-mac'

とやると後々

brew update
brew cask update

とかをするときに

Please, commit your changes or stash them before you can merge.

などが出て面倒なのですが、caskの中身を調べてみると、firefox日本語版があるのがわかります。

$ brew cask search firefox
==> Exact match
firefox
==> Partial matches
firefox-beta                firefox-it
firefox-beta-cn             firefox-ja
firefox-beta-de             firefox-nightly
firefox-beta-gb             firefox-nightly-ja
firefox-beta-ja             firefox-tw
firefox-cn              firefox-ux
firefox-de              firefoxdeveloperedition
firefox-esr-cn              firefoxdeveloperedition-ja
firefox-esr-us              multifirefox
firefox-fr

ということで下記のコマンドでインストールをするようにしましょう。

brew cask install firefox-ja