There is a new pull request by mvf against master on the void-packages repository https://github.com/mvf/void-packages pr/iputils https://github.com/void-linux/void-packages/pull/37931 iputils: enable localization #### 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ミリ秒 ``` A patch file from https://github.com/void-linux/void-packages/pull/37931.patch is attached