Skip to content

Commit

Permalink
Merge branch 'release/3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed May 27, 2019
2 parents 1b5148a + fdc91f2 commit e990102
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 85 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.2.1, 2019-05-27

- Added translations for French, Italian, Polish, Russian and Dutch to print service. (Judapriest)
- Updated dependencies.

## v3.2.0, 2019-04-01

- Added buffer service. (richard67)
Expand Down
142 changes: 74 additions & 68 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shariff",
"version": "3.2.0",
"version": "3.2.1",
"description": "Shariff enables website users to share their favorite content without compromising their privacy.",
"main": "src/js/shariff.js",
"scripts": {
Expand Down Expand Up @@ -36,8 +36,8 @@
}
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"jquery": "^3.3.1"
"@fortawesome/fontawesome-free": "^5.8.2",
"jquery": "^3.4.1"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
Expand All @@ -52,13 +52,13 @@
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"karma": "^4.0.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
Expand Down
24 changes: 12 additions & 12 deletions src/js/services/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ module.exports = function(shariff) {
'da': '',
'de': 'drucken',
'en': 'print',
'es': '',
'es': 'impresión',
'fi': '',
'fr': '',
'fr': 'imprimer',
'hr': '',
'hu': '',
'it': '',
'it': 'stampa',
'ja': '',
'ko': '',
'nl': '',
'nl': 'afdrukken',
'no': '',
'pl': '',
'pl': 'drukuj',
'pt': '',
'ro': '',
'ru': '',
'ru': 'Распечатать',
'sk': '',
'sl': '',
'sr': '',
Expand All @@ -42,20 +42,20 @@ module.exports = function(shariff) {
'da': '',
'de': 'drucken',
'en': 'print',
'es': '',
'es': 'impresión',
'fi': '',
'fr': '',
'fr': 'imprimer',
'hr': '',
'hu': '',
'it': '',
'it': 'stampa',
'ja': '',
'ko': '',
'nl': '',
'nl': 'afdrukken',
'no': '',
'pl': '',
'pl': 'drukuj',
'pt': '',
'ro': '',
'ru': '',
'ru': 'Распечатать',
'sk': '',
'sl': '',
'sr': '',
Expand Down

0 comments on commit e990102

Please sign in to comment.