bash-i18n-example

Bash Hello World example with support for plurals in English, Spanish, Italian (so far!)

AGPL-3.0 License

Stars
9

Here's a very simple and short example of Bash and gettext i18n integration.

Run build.sh to generate message object files and demonstrate translating strings.

I wanted something shorter than this awesome article.