From 3e4669b5b6fe5ef96e1f22f5bd40e79146cf685a Mon Sep 17 00:00:00 2001 From: Wilson McCoubrey Date: Thu, 23 Mar 2017 10:08:42 +0000 Subject: [MODULES-4528] Replace Puppet.version.to_f version comparison from spec_helper.rb (#745) --- locales/config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 locales/config.yaml (limited to 'locales/config.yaml') diff --git a/locales/config.yaml b/locales/config.yaml new file mode 100644 index 0000000..127d979 --- /dev/null +++ b/locales/config.yaml @@ -0,0 +1,26 @@ +--- +# 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 .pot? + project_name: puppetlabs-stdlib + # 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 + # + package_name: puppetlabs-stdlib + # 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: + - 'metadata.json' + \ No newline at end of file -- cgit v1.2.3 From 55d113ff2e5da89d9eb0b455f8fb9c3231fdac36 Mon Sep 17 00:00:00 2001 From: Wilson McCoubrey Date: Thu, 30 Mar 2017 16:01:24 +0100 Subject: [msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config (#754) * [msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config * [maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint release --- locales/config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'locales/config.yaml') diff --git a/locales/config.yaml b/locales/config.yaml index 127d979..1ee70ab 100644 --- a/locales/config.yaml +++ b/locales/config.yaml @@ -22,5 +22,4 @@ gettext: # Patterns for +Dir.glob+ used to find all files that might contain # translatable content, relative to the project root directory source_files: - - 'metadata.json' - \ No newline at end of file + -- cgit v1.2.3 From 81ab03e0ad8ad8710d454f8185985d03a31f8493 Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Mon, 18 Sep 2017 14:57:28 -0700 Subject: (maint) modulesync 892c4cf --- locales/config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'locales/config.yaml') diff --git a/locales/config.yaml b/locales/config.yaml index 1ee70ab..66abac1 100644 --- a/locales/config.yaml +++ b/locales/config.yaml @@ -22,4 +22,5 @@ gettext: # Patterns for +Dir.glob+ used to find all files that might contain # translatable content, relative to the project root directory source_files: + - './lib/**/*.rb' -- cgit v1.2.3