File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file is generated by ModuleSync, do not edit.
2- * .rb eol =lf
2+ * .rb eol =lf
33* .erb eol =lf
4- * .pp eol =lf
5- * .sh eol =lf
4+ * .pp eol =lf
5+ * .sh eol =lf
Original file line number Diff line number Diff line change 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-stdlib
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-stdlib
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+ - ' metadata.json'
26+
You can’t perform that action at this time.
0 commit comments