Skip to content

Commit

Permalink
feat: add polish translation (ellite#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Apr 3, 2024
1 parent 49bbec2 commit c752761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.18.3";
$version = "v1.19.0";
?>
2 changes: 2 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ self.addEventListener('install', function(event) {
'scripts/i18n/es.js',
'scripts/i18n/fr.js',
'scripts/i18n/jp.js',
'scripts/i18n/pl.js',
'scripts/i18n/pt.js',
'scripts/i18n/pt_br.js',
'scripts/i18n/tr.js',
Expand Down Expand Up @@ -98,6 +99,7 @@ self.addEventListener('install', function(event) {
'images/uploads/icons/venmo.png',
'images/uploads/icons/verifone.png',
'images/uploads/icons/webmoney.png',
'images/uploads/logos/*',
];

urlsToCache.forEach(function(url) {
Expand Down

0 comments on commit c752761

Please sign in to comment.