Skip to content

Commit 4d2bb6b

Browse files
author
Helen
authored
Merge pull request #769 from tphoney/release_prep
Release prep
2 parents a4b8688 + f529bb8 commit 4d2bb6b

File tree

4 files changed

+2388
-3
lines changed

4 files changed

+2388
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## Supported Release 4.17.0
22
### Summary
3-
This release adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times.
3+
This release adds support for internationalization. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release. It also adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times.
44

5-
### Added
5+
#### Features
6+
- Addition of POT file / folder structure for i18n.
7+
- Addition of Internationalized READMEs.
68
- `glob()` function
79

810
### Fixed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ $value = dig44($data, ['a', 'b', 'c', 'd'], 'not_found')
778778
1. **$data** The data structure we are working with.
779779
2. **['a', 'b', 2]** The path array.
780780
3. **'not_found'** The default value. It will be returned if nothing is found.
781-
(optional, defaults to *`undef`*)
781+
(optional, defaults to `undef`)
782782
783783
#### `dirname`
784784

locales/ja/puppetlabs-stdlib.po

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#
2+
#, fuzzy
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: PACKAGE VERSION\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2017-03-21 14:19+0100\n"
8+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
9+
"Last-Translator: 梅田智世 <[email protected]>, 2017\n"
10+
"Language-Team: Japanese (Japan) (https://www.transifex.com/puppet/teams/29089/ja_JP/)\n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: 8bit\n"
14+
"Language: ja_JP\n"
15+
"Plural-Forms: nplurals=1; plural=0;\n"
16+
"X-Generator: Translate Toolkit 2.0.0\n"
17+
18+
#. metadata.json
19+
#: .summary
20+
msgid "Standard library of resources for Puppet modules."
21+
msgstr "Puppet モジュールのリソースの標準ライブラリ"
22+
23+
#. metadata.json
24+
#: .description
25+
msgid "Standard Library for Puppet Modules"
26+
msgstr "Puppet モジュールの標準ライブラリ"

0 commit comments

Comments
 (0)