diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx
index 3f5a045..06a30d7 100644
--- a/components/layout/footer.tsx
+++ b/components/layout/footer.tsx
@@ -34,7 +34,7 @@ export function Footer() {
},
});
- const formatPhoneNumber = (value: string) => {
+ const formatPhoneNumber = (value: string) => {
const numbers = value.replace(/\D/g, "");
if (!numbers.startsWith("998")) {
return "+998 ";
@@ -134,14 +134,14 @@ export function Footer() {
{t("footer.description")}
diff --git a/messages/en.json b/messages/en.json
index ed31c9b..34c0c91 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -222,7 +222,9 @@
"contact": "Contact",
"help": "Help"
},
- "address":"Tashkent city, Yunusabad district, 3rd dead-end of Niyozbek Yoli street, house 39"
+ "address":"Tashkent city, Yunusabad district, 3rd dead-end of Niyozbek Yoli street, house 39",
+ "create":"Created by {name}"
+
},
"rasmlar": "Images",
"fotogalereya": "Photo Gallery",
diff --git a/messages/ru.json b/messages/ru.json
index ebda1b2..db42476 100644
--- a/messages/ru.json
+++ b/messages/ru.json
@@ -222,7 +222,8 @@
"contact": "Контакты",
"help": "Помощь"
},
- "address":"г. Ташкент, Юнусабадский район, 3-й тупик улицы Ниязбек йўли, дом 39"
+ "address":"г. Ташкент, Юнусабадский район, 3-й тупик улицы Ниязбек йўли, дом 39",
+ "create":"Разработано {name}"
},
"rasmlar": "Изображения",
"fotogalereya": "Фотогалерея",
diff --git a/messages/uz.json b/messages/uz.json
index 2d9cc57..eb2ef74 100644
--- a/messages/uz.json
+++ b/messages/uz.json
@@ -222,7 +222,8 @@
"contact": "Aloqa",
"help": "Yordam"
},
- "address": "Toshkent shahri , Yunusabod tumani , Niyozbek yo'li 3 tor ko'chasi , 39 uy"
+ "address": "Toshkent shahri , Yunusabod tumani , Niyozbek yo'li 3 tor ko'chasi , 39 uy",
+ "create":"{name} - Jamoasi tomonidan ishlab chiqilgan"
},
"rasmlar": "Rasmlar",
"fotogalereya": "Fotogalereya",