0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

コマンドでwebminを日本語化

Last updated at Posted at 2024-11-28
環境

VirtualBox 7.0.20
Rocky Linux release 9.5 (Blue Onyx)
webmin 2.202

webminを日本語表示する際にだいたいGUIから変更するかと思います。

image.png

でも、「GUIでページ遷移するのめんどくさいし、コマンドでやりたいなぁ。。」と思って、色々と関係してそうなファイルを見てたらありました。

「/etc/webmin/config」の中にある「lang_root=en」でした。

ということで置換してwebmin再起動。。。

# sed -i s/lang_root=en/lang_root=ja/g /etc/webmin/config
# systemctl restart webmin

長年気にはしてたけどずっと放置してたんですが、こういう小さいことを解決できるとちょっと気持ちが楽になります😅

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?