-
Notifications
You must be signed in to change notification settings - Fork 12
Internationalize a Puppet module
ehom edited this page May 31, 2019
·
31 revisions
As an independent software developer, I want to make my Puppet module output in another language so that non-English speaking customers can use my module too.
This document takes you through the following steps:
Mark your strings for translation (Ruby)
Generate the .pot file for translation (Ruby)
Mark your strings for translation (Puppet)
Generate the .pot file for translation (Puppet)
Generate the .pot file for translation (Metadata)