388
|
1 # This is the project-specific configuration file for setting up
|
|
2 # fast_gettext for your project.
|
|
3 gettext:
|
|
4 # This is used for the name of the .pot and .po files; they will be
|
|
5 # called <project_name>.pot?
|
|
6 project_name: puppetlabs-sshkeys_core
|
|
7 # This is used in comments in the .pot and .po files to indicate what
|
|
8 # project the files belong to and should bea little more desctiptive than
|
|
9 # <project_name>
|
|
10 package_name: puppetlabs-sshkeys_core
|
|
11 # The locale that the default messages in the .pot file are in
|
|
12 default_locale: en
|
|
13 # The email used for sending bug reports.
|
|
14 bugs_address: docs@puppet.com
|
|
15 # The holder of the copyright.
|
|
16 copyright_holder: Puppet, Inc.
|
|
17 # This determines which comments in code should be eligible for translation.
|
|
18 # Any comments that start with this string will be externalized. (Leave
|
|
19 # empty to include all.)
|
|
20 comments_tag: TRANSLATOR
|
|
21 # Patterns for +Dir.glob+ used to find all files that might contain
|
|
22 # translatable content, relative to the project root directory
|
|
23 source_files:
|
|
24 - './lib/**/*.rb'
|