Skip to content

Commit

Permalink
quick fix languages bundle (lnbits#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored May 9, 2023
1 parent 44c5c87 commit 95071eb
Show file tree
Hide file tree
Showing 5 changed files with 1,344 additions and 1,338 deletions.
2 changes: 1 addition & 1 deletion lnbits/core/static/js/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 7
const CACHE_VERSION = 8
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`

const getApiKey = request => {
Expand Down
18 changes: 9 additions & 9 deletions lnbits/static/bundle.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions lnbits/static/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"/static/i18n/de.js",
"/static/i18n/es.js",
"/static/i18n/jp.js",
"/static/i18n/pi.js",
"/static/i18n/fr.js",
"/static/i18n/nl.js",
"/static/js/base.js",
"/static/js/components.js",
"/static/js/bolt11-decoder.js"
Expand Down
Loading

0 comments on commit 95071eb

Please sign in to comment.