From c7527610fafa49b18076971befa246b2730b79c4 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Wed, 3 Apr 2024 22:28:56 +0200 Subject: [PATCH] feat: add polish translation (#263) --- includes/version.php | 2 +- service-worker.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/version.php b/includes/version.php index c166a2d54..7543fd445 100644 --- a/includes/version.php +++ b/includes/version.php @@ -1,3 +1,3 @@ diff --git a/service-worker.js b/service-worker.js index 30c545b99..6fafd0158 100644 --- a/service-worker.js +++ b/service-worker.js @@ -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', @@ -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) {