Merge pull request #6 from DavronNabijonv/dev

Dev
This commit is contained in:
Davronbek Nabijonov
2026-04-02 11:42:22 +05:00
committed by GitHub
5 changed files with 4 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
"sales": "Sales",
"advertise": "Advertise",
"privacy": "Privacy",
"copyright": "© {year} Felix IT Solutions. All rights reserved.",
"copyright": "© {year} Pedagok.uz | All rights reserved.",
"terms": "Terms and Conditions"
},
"PlagiarismCheck": {

View File

@@ -28,7 +28,7 @@
"sales": "Продажи",
"advertise": "Реклама",
"privacy": "Конфиденциальность",
"copyright": "© {year} Felix IT Solutions. Все права защищены.",
"copyright": "© {year} Pedagok.uz | Все права защищены.",
"terms": "Условия и положения"
},
"PlagiarismCheck": {

View File

@@ -31,7 +31,7 @@ declare const messages: {
sales: 'Sotuvlar';
advertise: 'Reklama';
privacy: 'Maxfiylik';
copyright: '© {year} Felix IT Solutions. Barcha huquqlar himoyalangan.';
copyright: '© {year} Pedagok.uz | Barcha huquqlar himoyalangan.';
terms: 'Foydalanish shartlari';
};
PlagiarismCheck: {

View File

@@ -28,7 +28,7 @@
"sales": "Sotuvlar",
"advertise": "Reklama",
"privacy": "Maxfiylik",
"copyright": "© {year} Felix IT Solutions. Barcha huquqlar himoyalangan.",
"copyright": "© {year} Pedagok.uz | Barcha huquqlar himoyalangan.",
"terms": "Foydalanish shartlari"
},
"PlagiarismCheck": {

View File

@@ -13,7 +13,6 @@ import { ChangeLang } from './ChangeLang';
import { useLoginModal, useRegisterModal } from '@/shared/zustand/auth';
import { useTranslations } from 'next-intl';
import { useUserPlagiatStore } from '@/shared/zustand/user';
// husky error
function AuthButtons() {
const t = useTranslations('Navbar');