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