Skip to content

Commit

Permalink
- přidání rumunského (ro) a srbského (sr) překladu
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper committed Jul 29, 2020
1 parent 1eed295 commit b2dba76
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ $ cat bower.json

## Changelog

### v1.3.11
- přidání rumunského (`ro`) a srbského (`sr`) překladu

### v1.3.10
- oprava chybějícího ukončovacího tagu `li` u náhledů v pdboxu
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.pdbox",
"version": "1.3.10",
"version": "1.3.11",
"homepage": "https://github.com/peckadesign/jquery.pdbox",
"authors": [
"PeckaDesign, s.r.o <support@peckadesign.cz>"
Expand Down
4 changes: 3 additions & 1 deletion dist/js/jquery.pdbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright Copyright (c) 2014-2020 PeckaDesign, s.r.o
* @license MIT
*
* @version 1.3.10
* @version 1.3.11
*/
$.pdBox = (function () {

Expand All @@ -32,6 +32,8 @@ $.pdBox = (function () {
es: { close: "Vaer", prev: "Previo", next: "Siguiente", of: "/" },
fr: { close: "Fermer", prev: "Précédant", next: "Suivant", of: "/" },
it: { close: "Chiudere", prev: "Previo", next: "Veniente", of: "/" },
ro: { close: "Închide", prev: "Anterior", next: "Următor", of: "/" },
sr: { close: "Blizu", prev: "Prethodna", next: "Sledeći", of: "/" },
ru: { close: "закрыть", prev: "Предшествующий", next: "Последующий", of: "/" }
};
var events = ['beforeOpen', 'afterOpen', 'load', 'beforeClose', 'afterClose'];
Expand Down
4 changes: 2 additions & 2 deletions dist/js/jquery.pdbox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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 @@ -2,7 +2,7 @@
"name": "jquery.pdbox",
"title": "jQuery pdBox",
"description": "pdBox is thickbox-like jQeruy plugin developed in PeckaDesign",
"version": "1.3.10",
"version": "1.3.11",
"author": {
"name": "PeckaDesign, s.r.o",
"email": "support@peckadesign.cz"
Expand Down
2 changes: 2 additions & 0 deletions src/js/jquery.pdbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $.pdBox = (function () {
es: { close: "Vaer", prev: "Previo", next: "Siguiente", of: "/" },
fr: { close: "Fermer", prev: "Précédant", next: "Suivant", of: "/" },
it: { close: "Chiudere", prev: "Previo", next: "Veniente", of: "/" },
ro: { close: "Închide", prev: "Anterior", next: "Următor", of: "/" },
sr: { close: "Blizu", prev: "Prethodna", next: "Sledeći", of: "/" },
ru: { close: "закрыть", prev: "Предшествующий", next: "Последующий", of: "/" }
};
var events = ['beforeOpen', 'afterOpen', 'load', 'beforeClose', 'afterClose'];
Expand Down

0 comments on commit b2dba76

Please sign in to comment.