xgettext

Extract gettext strings from code files. More information: <https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y gettext
Ubuntu
RUN apt-get update && \ apt-get install -y gettext
Alpine
RUN apk add gettext
Arch Arch Linux
RUN pacman -S --noconfirm gettext
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gettext
CentOS
RUN yum install -y gettext
Fedora
RUN dnf install -y gettext
Raspbian
RUN apt-get update && \ apt-get install -y gettext
click the source code to copy install xgettext on any operating system with command-not-found.com