Skip to content

Commit

Permalink
Merge pull request #51 from peckadesign/0-bg-translation-fix-version-…
Browse files Browse the repository at this point in the history
…update

#0 Oprava BG překladu - povyseni verze package.json / bower.json
  • Loading branch information
premyslposker authored Aug 31, 2022
2 parents a0fa1f4 + edd04c8 commit 2b803f4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.17",
"version": "1.3.18",
"homepage": "https://github.com/peckadesign/jquery.pdbox",
"authors": [
"PeckaDesign, s.r.o <support@peckadesign.cz>"
Expand Down
4 changes: 2 additions & 2 deletions 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-2022 PeckaDesign, s.r.o
* @license MIT
*
* @version 1.3.17
* @version 1.3.18
*/
$.pdBox = (function () {

Expand Down Expand Up @@ -36,7 +36,7 @@ $.pdBox = (function () {
ro: { close: "Închide", prev: "Anterior", next: "Următor", of: "/" },
sr: { close: "Zatvori", prev: "Prethodna", next: "Sledeći", of: "/" },
ru: { close: "закрыть", prev: "Предшествующий", next: "Последующий", of: "/" },
bg: { close: "Близо", prev: "Предишен", next: "Следващия", of: "/" }
bg: { 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.

4 changes: 2 additions & 2 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 @@ -2,7 +2,7 @@
"name": "jquery.pdbox",
"title": "jQuery pdBox",
"description": "pdBox is thickbox-like jQuery plugin developed in PeckaDesign",
"version": "1.3.17",
"version": "1.3.18",
"author": {
"name": "PeckaDesign, s.r.o",
"email": "support@peckadesign.cz"
Expand Down

0 comments on commit 2b803f4

Please sign in to comment.