Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type LocaleInfo = {
};

const store = new Store<Record<string, TranslationRecord>>();
const TRANSLATION_VERSION = '2026.6.6';
const TRANSLATION_VERSION = '2026.6.7';
const TRANSLATION_CACHE_NAMESPACE = 'translations';
const TRANSLATION_CACHE_KEY_PATTERN = /^translations:\d{4}\.\d+\.\d+:[A-Za-z0-9_-]+$/;
const LEGACY_TRANSLATION_CACHE_KEY_PATTERN = /^\d{4}\.\d+\.\d+:[A-Za-z0-9_-]+$/;
Expand Down
Loading