fix: actualize locales

This commit is contained in:
divocat
2025-10-23 20:02:49 +03:00
parent 7cd70468c5
commit 9a389c47bf
6 changed files with 10 additions and 10 deletions

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PODKOP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-23 17:00+0300\n"
"PO-Revision-Date: 2025-10-23 17:00+0300\n"
"POT-Creation-Date: 2025-10-23 17:02+0300\n"
"PO-Revision-Date: 2025-10-23 17:02+0300\n"
"Last-Translator: divocat <divocatt@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PODKOP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-23 20:00+0300\n"
"PO-Revision-Date: 2025-10-23 20:00+0300\n"
"POT-Creation-Date: 2025-10-23 20:02+0300\n"
"PO-Revision-Date: 2025-10-23 20:02+0300\n"
"Last-Translator: divocat\n"
"Language-Team: none\n"
"Language: ru\n"

View File

@@ -31,7 +31,7 @@ export function renderWikiDisclaimer(kind: 'default' | 'error' | 'warning') {
text: _('Visit Wiki'),
onClick: () =>
window.open(
'https://podkop.net/docs/troubleshooting/',
'https://podkop.net/docs/troubleshooting/?utm_source=podkop',
'_blank',
'noopener,noreferrer',
),