There's a merged pull request on the void-packages repository iputils: enable localization https://github.com/void-linux/void-packages/pull/37931 Description: #### Testing the changes - I tested the changes in this PR: **YES** --- Before: ``` $ LANG=ja_JP.UTF-8 ping ix.de PING ix.de (193.99.144.80) 56(84) bytes of data. 64 bytes from redirector.heise.de (193.99.144.80): icmp_seq=1 ttl=242 time=57.5 ms ``` After: ``` $ LANG=ja_JP.UTF-8 ping ix.de PING ix.de (193.99.144.80) 56(84) バイトのデータ 64 バイト応答 送信元 redirector.heise.de (193.99.144.80): icmp_seq=1 ttl=242 時間=64.7ミリ秒 ```