Skip to content

Commit c75a242

Browse files
committed
fix weird characters
1 parent acf2c21 commit c75a242

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ <h2 id="modal-title" class="modal-title" data-i18n="modal_title">Your download i
617617
// ── i18n translations ──────────────────────────────────────────────────────
618618
const SITE_TRANSLATIONS = {
619619
en: {
620-
badge_free_open: 'Free &amp; Open Source',
620+
badge_free_open: 'Free & Open Source',
621621
hero_tagline: 'Level Up Your Dota 2 Performance',
622622
hero_description: 'Track matches automatically, set custom goals, and dominate the game with data-driven insights. <strong>No subscriptions. No ads. Your data stays private.</strong>',
623623
download_now: 'Download Now',
@@ -636,7 +636,7 @@ <h2 id="modal-title" class="modal-title" data-i18n="modal_title">Your download i
636636
mac_silicon: 'Apple Silicon',
637637
mac_intel: 'Intel',
638638
mac_meta: 'App Bundle \u2022 ~42MB',
639-
linux_desc: 'Ubuntu, Fedora, Arch &amp; more',
639+
linux_desc: 'Ubuntu, Fedora, Arch & more',
640640
linux_download: 'Download AppImage',
641641
linux_meta: 'Portable App \u2022 ~48MB',
642642
released_date: '\u2022 Released Feb 2026',

src/lib/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"filter_ranked": "Ranked",
8787
"filter_turbo": "Turbo",
8888
"parse_all": "Parse All",
89-
"refresh": "\u21BB Refresh Matches",
89+
"refresh": "Refresh Matches",
9090
"refreshing": "Refreshing...",
9191
"loading": "Loading matches...",
9292
"empty": "No matches found. Click \u201CRefresh Matches\u201D to fetch your recent games.",

src/lib/locales/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"filter_ranked": "Рейтинговые",
8787
"filter_turbo": "Турбо",
8888
"parse_all": "Парсить все",
89-
"refresh": "\u21BB Обновить матчи",
89+
"refresh": "Обновить матчи",
9090
"refreshing": "Обновление...",
9191
"loading": "Загрузка матчей...",
9292
"empty": "Матчи не найдены. Нажмите \u00ABОбновить матчи\u00BB для загрузки.",

0 commit comments

Comments
 (0)