Skip to content

Commit affbdb1

Browse files
committed
Merge branch 'release/2.2.1'
2 parents 54a7aa1 + b008110 commit affbdb1

File tree

4 files changed

+98
-85
lines changed

4 files changed

+98
-85
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.2.1, 2019-05-27
4+
5+
Fetched from [heiseonline/shariff](https://github.com/heiseonline/shariff):
6+
7+
- Added translations for French, Italian, Polish, Russian and Dutch to print service ([heiseonline#362](https://github.com/heiseonline/shariff/pull/362)).
8+
- Updated dependencies.
9+
310
## v2.2.0, 2019-04-01
411

512
- Add allow="encrypted-media" to iframe code of FB Like button in FacebookLike dialog ([#20](https://github.com/richard67/shariff-plus/pull/20)).

package-lock.json

Lines changed: 74 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shariff-plus",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Shariff-Plus enables website users to share or like their favorite content without compromising their privacy. It is based on Shariff by Heise Medien GmbH & Co. KG.",
55
"main": "src/js/shariff.js",
66
"scripts": {
@@ -40,8 +40,8 @@
4040
}
4141
],
4242
"dependencies": {
43-
"@fortawesome/fontawesome-free": "^5.8.1",
44-
"jquery": "^3.3.1"
43+
"@fortawesome/fontawesome-free": "^5.8.2",
44+
"jquery": "^3.4.1"
4545
},
4646
"publishConfig": {
4747
"registry": "http://registry.npmjs.org"
@@ -56,13 +56,13 @@
5656
"css-loader": "^0.28.11",
5757
"eslint": "^4.19.1",
5858
"eslint-config-standard": "^11.0.0",
59-
"eslint-plugin-import": "^2.16.0",
59+
"eslint-plugin-import": "^2.17.3",
6060
"eslint-plugin-node": "^6.0.1",
6161
"eslint-plugin-promise": "^3.8.0",
6262
"eslint-plugin-standard": "^3.1.0",
6363
"extract-text-webpack-plugin": "^3.0.2",
6464
"file-loader": "^1.1.11",
65-
"karma": "^4.0.1",
65+
"karma": "^4.1.0",
6666
"karma-chrome-launcher": "^2.2.0",
6767
"karma-mocha": "^1.3.0",
6868
"karma-mocha-reporter": "^2.2.5",

src/js/services/print.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ module.exports = function(shariff) {
1515
'da': '',
1616
'de': 'drucken',
1717
'en': 'print',
18-
'es': '',
18+
'es': 'impresión',
1919
'fi': '',
20-
'fr': '',
20+
'fr': 'imprimer',
2121
'hr': '',
2222
'hu': '',
23-
'it': '',
23+
'it': 'stampa',
2424
'ja': '',
2525
'ko': '',
26-
'nl': '',
26+
'nl': 'afdrukken',
2727
'no': '',
28-
'pl': '',
28+
'pl': 'drukuj',
2929
'pt': '',
3030
'ro': '',
31-
'ru': '',
31+
'ru': 'Распечатать',
3232
'sk': '',
3333
'sl': '',
3434
'sr': '',
@@ -42,20 +42,20 @@ module.exports = function(shariff) {
4242
'da': '',
4343
'de': 'drucken',
4444
'en': 'print',
45-
'es': '',
45+
'es': 'impresión',
4646
'fi': '',
47-
'fr': '',
47+
'fr': 'imprimer',
4848
'hr': '',
4949
'hu': '',
50-
'it': '',
50+
'it': 'stampa',
5151
'ja': '',
5252
'ko': '',
53-
'nl': '',
53+
'nl': 'afdrukken',
5454
'no': '',
55-
'pl': '',
55+
'pl': 'drukuj',
5656
'pt': '',
5757
'ro': '',
58-
'ru': '',
58+
'ru': 'Распечатать',
5959
'sk': '',
6060
'sl': '',
6161
'sr': '',

0 commit comments

Comments
 (0)