Skip to content

Commit

Permalink
Merge pull request #217 from i18next/dependabot/npm_and_yarn/gettext-…
Browse files Browse the repository at this point in the history
…parser-6.0.0

Bump gettext-parser from 5.1.2 to 6.0.0
  • Loading branch information
perrin4869 authored Aug 15, 2022
2 parents 70c55c5 + 89852f9 commit d7b624d
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 50 deletions.
98 changes: 50 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"colorette": "^2.0.19",
"commander": "^9.4.0",
"gettext-converter": "^1.2.3",
"gettext-parser": "^5.1.2",
"gettext-parser": "^6.0.0",
"node-gettext": "^3.0.0",
"p-from-callback": "^1.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions test/_testfiles/de/translation.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,4 @@ msgstr "A boyfriend"
msgctxt "female"
msgid "app##friend_context"
msgstr "A girlfriend"

2 changes: 1 addition & 1 deletion test/_testfiles/en/translation.noFoldLength.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

msgid "The dog stole the apple and buried it in the yard. The next year, a tree started to grow."
msgstr "The dog stole the apple and buried it in the yard. The next year, a tree started to grow."
msgstr "The dog stole the apple and buried it in the yard. The next year, a tree started to grow."
1 change: 1 addition & 0 deletions test/_testfiles/en/translation.persist-msgid_plural.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ msgid "tied with% {count} other% {test_one} test"
msgid_plural "tied with% {count} others% {test_one} test"
msgstr[0] "à égalité avec% {count} other% {test_one} test"
msgstr[1] "à égalité avec% {count} others% {test_one} test"

1 change: 1 addition & 0 deletions test/_testfiles/en/translation.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ msgid "friend"
msgid_plural "friend"
msgstr[0] "A girlfriend"
msgstr[1] "{count} girlfriends"

1 change: 1 addition & 0 deletions test/_testfiles/ja/translation.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ msgctxt "female"
msgid "friend"
msgid_plural "friend"
msgstr[0] "{count}人のガールフレンド"

1 change: 1 addition & 0 deletions test/_testfiles/ru/translation2.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ msgid_plural "friend"
msgstr[0] "Подруга"
msgstr[1] "{count} подруги"
msgstr[2] "{count} подруг"

0 comments on commit d7b624d

Please sign in to comment.