From ee29f0223b6c6d48c655363849a62fca3e277b7b Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sun, 7 Aug 2022 21:16:11 +0200 Subject: [PATCH] Translations: Bump cache version (#1989) --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 40337454c..ec4e282ed 100644 --- a/src/config.ts +++ b/src/config.ts @@ -40,7 +40,7 @@ export const MEDIA_PROGRESSIVE_CACHE_DISABLED = false; export const MEDIA_PROGRESSIVE_CACHE_NAME = 'tt-media-progressive'; export const MEDIA_CACHE_MAX_BYTES = 512 * 1024; // 512 KB export const CUSTOM_BG_CACHE_NAME = 'tt-custom-bg'; -export const LANG_CACHE_NAME = 'tt-lang-packs-v11'; +export const LANG_CACHE_NAME = 'tt-lang-packs-v12'; export const ASSET_CACHE_NAME = 'tt-assets'; export const AUTODOWNLOAD_FILESIZE_MB_LIMITS = [1, 5, 10, 50, 100, 500];