Skip to content

Commit 0d47757

Browse files
authored
Merge pull request #204 from pmcmaw/add_pot
(MODULES-4334) - Adding locales directory, POT file and config.yaml
2 parents ce20bc5 + 967d55e commit 0d47757

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

locales/config.yaml

+26
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-sqlserver
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-sqlserver
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: [email protected]
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+

locales/puppetlabs-sqlserver.pot

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#, fuzzy
2+
msgid ""
3+
msgstr ""
4+
"Project-Id-Version: PACKAGE VERSION\n"
5+
"Report-Msgid-Bugs-To: \n"
6+
"POT-Creation-Date: 2017-03-21 14:19+0100\n"
7+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9+
"Language-Team: LANGUAGE <[email protected]>\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
"X-Generator: Translate Toolkit 2.0.0\n"
14+
15+
#. metadata.json
16+
#: .summary
17+
msgid ""
18+
"The `sqlserver` module installs and manages MS SQL Server 2012 and 2014 on "
19+
"Windows systems."
20+
msgstr ""

0 commit comments

Comments
 (0)