From 7c1d623ca2c38fa8ebedb3ac463eaf332112c117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Wed, 9 Sep 2026 16:31:12 +0300 Subject: [PATCH] =?UTF-8?q?i18n:=20rename=20=D0=9F=D1=80=D0=BE=D1=84=D0=B8?= =?UTF-8?q?=D0=BB=D1=91=D1=80=20=E2=86=92=20=D0=9F=D1=80=D0=BE=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 2 +- frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 9a79d1e..cd55d5a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7379,7 +7379,7 @@ const LANG_RU = { 'Saving...': 'Сохранение...', 'Saved': 'Сохранено', 'Save': 'Сохранить', - 'Profiler': 'Профилёр', + 'Profiler': 'Профайлер', 'New profile': 'Новый профиль', 'Profile from card': 'Профиль с карты', 'Import profile': 'Импорт профиля', diff --git a/frontend/sw.js b/frontend/sw.js index e1949b7..5bdd93e 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v37'; +const CACHE = 'otaman-v38'; const URLS = [ 'index.html', 'help.html',