Skip to content

Commit 3e4669b

Browse files
wilson208tphoney
authored andcommitted
[MODULES-4528] Replace Puppet.version.to_f version comparison from spec_helper.rb (#745)
1 parent fd5c576 commit 3e4669b

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

locales/config.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+

0 commit comments

Comments
 (0)