Created
April 12, 2019 06:09
-
-
Save mayukojpn/fb3d64723c41a517901ebd2dddd406bf to your computer and use it in GitHub Desktop.
WordPress 管理画面の翻訳をダウンロードしてくるコマンド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /wp-content/languages/ ディレクトリで実行する | |
wget -O admin-ja.mo "https://translate.wordpress.org/projects/wp/dev/admin/ja/default/export-translations/?filters[status]=current_or_waiting_or_fuzzy&format=mo" | |
wget -O ja.mo "https://translate.wordpress.org/projects/wp/dev/ja/default/export-translations/?filters[status]=current_or_waiting_or_fuzzy&format=mo" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment