Skip to content

Commit

Permalink
Bump version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoste committed Apr 23, 2021
1 parent 273b298 commit 0604dcf
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.16](https://github.com/translation/laravel/releases/tag/v1.16) (2021-04-23)

**This package no longer support Laravel versions smaller than 5.5**

#### New features:

* Support for multiple JSON paths. See [here](https://github.com/translation/laravel#laravel-localization-json-source-text) to add them (cf. [#24](https://github.com/translation/laravel/issues/24) and [PR #25](https://github.com/translation/laravel/pull/25)), thanks @inxilpro.
* Ignore untranslated keys when syncing and creating JSON files on disk (same behavior).

## [v1.15](https://github.com/translation/laravel/releases/tag/v1.15) (2021-04-06)

#### Fixes (bugs & defects):
Expand Down
2 changes: 1 addition & 1 deletion src/Service/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private function createBody()
{
$formData = [
'client' => 'laravel',
'version' => '1.15',
'version' => '1.16',
'source_language' => $this->sourceLocale(),
];

Expand Down
2 changes: 1 addition & 1 deletion src/Service/SourceEditSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private function createBody($command)

$formData = [
'client' => 'laravel',
'version' => '1.15',
'version' => '1.16',
'timestamp' => $this->metadataTimestamp($command),
'source_language' => $locale
];
Expand Down
2 changes: 1 addition & 1 deletion src/Service/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private function createBody($purge = false)

$formData = [
'client' => 'laravel',
'version' => '1.15',
'version' => '1.16',
'source_language' => $locale
];

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/integration/init.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/integration/init_for_key_prefixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
User-Agent: 'GuzzleHttp/6.3.3 curl/7.66.0 PHP/7.3.9'
Content-Type: application/x-www-form-urlencoded
Accept: null
body: 'client=laravel&version=1.15&source_language=en&yaml_po_data_fr=msgid+%22%22%0Amsgstr+%22%22%0A%0Amsgctxt+%22greetings.bye%22%0Amsgid+%22Good+bye%22%0Amsgstr+%22Au+revoir%22%0A&pot_data=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+%5Cn%22%0A%22Plural-Forms%3A+nplurals%3DINTEGER%3B+plural%3DEXPRESSION%3B%5Cn%22%0A&po_data_fr=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+fr%5Cn%22%0A%22Plural-Forms%3A+nplurals%3D2%3B+plural%3Dn+%3E+1%3B%5Cn%22%0A&target_languages[]=fr'
body: 'client=laravel&version=1.16&source_language=en&yaml_po_data_fr=msgid+%22%22%0Amsgstr+%22%22%0A%0Amsgctxt+%22greetings.bye%22%0Amsgid+%22Good+bye%22%0Amsgstr+%22Au+revoir%22%0A&pot_data=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+%5Cn%22%0A%22Plural-Forms%3A+nplurals%3DINTEGER%3B+plural%3DEXPRESSION%3B%5Cn%22%0A&po_data_fr=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+fr%5Cn%22%0A%22Plural-Forms%3A+nplurals%3D2%3B+plural%3Dn+%3E+1%3B%5Cn%22%0A&target_languages[]=fr'
response:
status:
http_version: '1.1'
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/integration/init_with_bad_api_key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
User-Agent: 'GuzzleHttp/6.2.1 curl/7.54.0 PHP/7.2.2'
Content-Type: application/x-www-form-urlencoded
Accept: null
body: 'client=laravel&version=1.15&source_language=en&yaml_po_data_fr-BE=msgid+%22%22%0Amsgstr+%22%22%0A&pot_data=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+%5Cn%22%0A%22Plural-Forms%3A+nplurals%3DINTEGER%3B+plural%3DEXPRESSION%3B%5Cn%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A5%0Amsgid+%22Hello+noop+1%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A6%0Amsgid+%22Hello+noop+2%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A7%0Amsgid+%22Hello+noop+3%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A16%0Amsgid+%22Hello+t%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A19%0Amsgid+%22Hello+t+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A22%0Amsgid+%22Hello+t+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A32%0Amsgid+%22Hello+singular+n%22%0Amsgid_plural+%22Hello+plural+n%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A35%0Amsgid+%22Hello+singular+n+%25s%22%0Amsgid_plural+%22Hello+plural+n+%25s%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A38%0Amsgid+%22Hello+singular+n+%25name1%25%22%0Amsgid_plural+%22Hello+plural+n+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A47%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A50%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A53%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A61%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np%22%0Amsgid_plural+%22Hello+plural+np%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A64%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25s%22%0Amsgid_plural+%22Hello+plural+np+%25s%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A67%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25name1%25%22%0Amsgid_plural+%22Hello+plural+np+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0A&po_data_fr-BE=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+fr-BE%5Cn%22%0A%22Plural-Forms%3A+nplurals%3D2%3B+plural%3Dn+%3E+1%3B%5Cn%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A5%0Amsgid+%22Hello+noop+1%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A6%0Amsgid+%22Hello+noop+2%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A7%0Amsgid+%22Hello+noop+3%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A16%0Amsgid+%22Hello+t%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A19%0Amsgid+%22Hello+t+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A22%0Amsgid+%22Hello+t+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A32%0Amsgid+%22Hello+singular+n%22%0Amsgid_plural+%22Hello+plural+n%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A35%0Amsgid+%22Hello+singular+n+%25s%22%0Amsgid_plural+%22Hello+plural+n+%25s%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A38%0Amsgid+%22Hello+singular+n+%25name1%25%22%0Amsgid_plural+%22Hello+plural+n+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A47%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A50%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A53%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A61%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np%22%0Amsgid_plural+%22Hello+plural+np%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A64%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25s%22%0Amsgid_plural+%22Hello+plural+np+%25s%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A67%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25name1%25%22%0Amsgid_plural+%22Hello+plural+np+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A&target_languages[]=fr-BE'
body: 'client=laravel&version=1.16&source_language=en&yaml_po_data_fr-BE=msgid+%22%22%0Amsgstr+%22%22%0A&pot_data=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+%5Cn%22%0A%22Plural-Forms%3A+nplurals%3DINTEGER%3B+plural%3DEXPRESSION%3B%5Cn%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A5%0Amsgid+%22Hello+noop+1%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A6%0Amsgid+%22Hello+noop+2%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A7%0Amsgid+%22Hello+noop+3%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A16%0Amsgid+%22Hello+t%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A19%0Amsgid+%22Hello+t+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A22%0Amsgid+%22Hello+t+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A32%0Amsgid+%22Hello+singular+n%22%0Amsgid_plural+%22Hello+plural+n%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A35%0Amsgid+%22Hello+singular+n+%25s%22%0Amsgid_plural+%22Hello+plural+n+%25s%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A38%0Amsgid+%22Hello+singular+n+%25name1%25%22%0Amsgid_plural+%22Hello+plural+n+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A47%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A50%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A53%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A61%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np%22%0Amsgid_plural+%22Hello+plural+np%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A64%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25s%22%0Amsgid_plural+%22Hello+plural+np+%25s%22%0Amsgstr%5B0%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A67%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25name1%25%22%0Amsgid_plural+%22Hello+plural+np+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0A&po_data_fr-BE=msgid+%22%22%0Amsgstr+%22%22%0A%22Project-Id-Version%3A+Laravel%5Cn%22%0A%22Report-Msgid-Bugs-To%3A+contact%40translation.io%5Cn%22%0A%22Last-Translator%3A+%5Cn%22%0A%22Language-Team%3A+%5Cn%22%0A%22MIME-Version%3A+1.0%5Cn%22%0A%22Content-Type%3A+text%2Fplain%3B+charset%3DUTF-8%5Cn%22%0A%22Content-Transfer-Encoding%3A+8bit%5Cn%22%0A%22POT-Creation-Date%3A+2018-01-01T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22PO-Revision-Date%3A+2018-01-02T12%3A00%3A00%2B00%3A00%5Cn%22%0A%22Language%3A+fr-BE%5Cn%22%0A%22Plural-Forms%3A+nplurals%3D2%3B+plural%3Dn+%3E+1%3B%5Cn%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A5%0Amsgid+%22Hello+noop+1%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A6%0Amsgid+%22Hello+noop+2%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A7%0Amsgid+%22Hello+noop+3%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A16%0Amsgid+%22Hello+t%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A19%0Amsgid+%22Hello+t+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A22%0Amsgid+%22Hello+t+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A32%0Amsgid+%22Hello+singular+n%22%0Amsgid_plural+%22Hello+plural+n%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A35%0Amsgid+%22Hello+singular+n+%25s%22%0Amsgid_plural+%22Hello+plural+n+%25s%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A38%0Amsgid+%22Hello+singular+n+%25name1%25%22%0Amsgid_plural+%22Hello+plural+n+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A47%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A50%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25s%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A53%0Amsgctxt+%22p+context%22%0Amsgid+%22Hello+p+%25name%25%22%0Amsgstr+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A61%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np%22%0Amsgid_plural+%22Hello+plural+np%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A64%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25s%22%0Amsgid_plural+%22Hello+plural+np+%25s%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A%0A%23%3A+tests%2Ffixtures%2Fgettext%2Fexample.php%3A67%0Amsgctxt+%22np+context%22%0Amsgid+%22Hello+singular+np+%25name1%25%22%0Amsgid_plural+%22Hello+plural+np+%25name2%25%22%0Amsgstr%5B0%5D+%22%22%0Amsgstr%5B1%5D+%22%22%0A&target_languages[]=fr-BE'
response:
status:
http_version: '1.1'
Expand Down
Loading

0 comments on commit 0604dcf

Please sign in to comment.