diff options
author | Melissa Stone <melissa@puppet.com> | 2018-08-16 09:01:37 -0700 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2018-08-16 10:02:32 -0700 |
commit | d09ccc16bfc28629db72558081480c53f161dde3 (patch) | |
tree | 0b1a4753d2a5da4e91146f0f1e4764899044bab7 /locales/config.yaml | |
parent | 6df0e151e419539dca90849abd9c81a730c2b702 (diff) | |
download | puppet-augeas_core-d09ccc16bfc28629db72558081480c53f161dde3.tar.gz puppet-augeas_core-d09ccc16bfc28629db72558081480c53f161dde3.tar.bz2 |
(PUP-9053) Enable localization
Diffstat (limited to 'locales/config.yaml')
-rw-r--r-- | locales/config.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/locales/config.yaml b/locales/config.yaml new file mode 100644 index 0000000..d261ec4 --- /dev/null +++ b/locales/config.yaml @@ -0,0 +1,24 @@ +# This is the project-specific configuration file for setting up +# fast_gettext for your project. +gettext: + # This is used for the name of the .pot and .po files; they will be + # called <project_name>.pot? + project_name: puppetlabs-augeas_core + # This is used in comments in the .pot and .po files to indicate what + # project the files belong to and should bea little more desctiptive than + # <project_name> + package_name: puppetlabs-augeas_core + # The locale that the default messages in the .pot file are in + default_locale: en + # The email used for sending bug reports. + bugs_address: docs@puppet.com + # The holder of the copyright. + copyright_holder: Puppet, Inc. + # This determines which comments in code should be eligible for translation. + # Any comments that start with this string will be externalized. (Leave + # empty to include all.) + comments_tag: TRANSLATOR + # Patterns for +Dir.glob+ used to find all files that might contain + # translatable content, relative to the project root directory + source_files: + - './lib/**/*.rb' |