Skip to content

Helper scripts to add and update gettext translations to ArchRoyal modules.

License

Notifications You must be signed in to change notification settings

Royal-Linux/bash-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-i18n

Helper scripts to add and update gettext translations to ArchRoyal modules.

i18n

Requirements

  • gettext

To use i18n, gettext must be installed. On most linux distros this is a given. On OSX it is recommended to install gettext with homebrew:

$ brew install gettext

Quickstart

Add a language to a module:

$ ./i18n --module=<module> --lang=fr

Extract the messages from a module (update the translation files)

$ ./i18n --module=<module>

About

Helper scripts to add and update gettext translations to ArchRoyal modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages