Skip to content

Commit

Permalink
Merge pull request #50 from peckadesign/49-bg-close-translation-fix
Browse files Browse the repository at this point in the history
#49 Oprava BG překladu
  • Loading branch information
premyslposker authored Aug 31, 2022
2 parents 1206ec4 + da578cc commit a0fa1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/jquery.pdbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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

0 comments on commit a0fa1f4

Please sign in to comment.