Skip to content

Commit e990102

Browse files
committed
Merge branch 'release/3.2.1'
2 parents 1b5148a + fdc91f2 commit e990102

File tree

4 files changed

+96
-85
lines changed

4 files changed

+96
-85
lines changed

CHANGELOG.md

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

3+
## v3.2.1, 2019-05-27
4+
5+
- Added translations for French, Italian, Polish, Russian and Dutch to print service. (Judapriest)
6+
- Updated dependencies.
7+
38
## v3.2.0, 2019-04-01
49

510
- Added buffer service. (richard67)

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",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Shariff enables website users to share their favorite content without compromising their privacy.",
55
"main": "src/js/shariff.js",
66
"scripts": {
@@ -36,8 +36,8 @@
3636
}
3737
],
3838
"dependencies": {
39-
"@fortawesome/fontawesome-free": "^5.8.1",
40-
"jquery": "^3.3.1"
39+
"@fortawesome/fontawesome-free": "^5.8.2",
40+
"jquery": "^3.4.1"
4141
},
4242
"publishConfig": {
4343
"registry": "http://registry.npmjs.org"
@@ -52,13 +52,13 @@
5252
"css-loader": "^0.28.11",
5353
"eslint": "^4.19.1",
5454
"eslint-config-standard": "^11.0.0",
55-
"eslint-plugin-import": "^2.16.0",
55+
"eslint-plugin-import": "^2.17.3",
5656
"eslint-plugin-node": "^6.0.1",
5757
"eslint-plugin-promise": "^3.8.0",
5858
"eslint-plugin-standard": "^3.1.0",
5959
"extract-text-webpack-plugin": "^3.0.2",
6060
"file-loader": "^1.1.11",
61-
"karma": "^4.0.1",
61+
"karma": "^4.1.0",
6262
"karma-chrome-launcher": "^2.2.0",
6363
"karma-mocha": "^1.3.0",
6464
"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)