diff --git a/.vscode/settings.json b/.vscode/settings.json
index e0ac1ae..14e7153 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -138,5 +138,11 @@
},
"[handlebars]": {
"editor.defaultFormatter": "vscode.html-language-features"
- }
+ },
+ "i18n-ally.localesPaths": [
+ "content/i18n",
+ "components/x-date-pickers/locales"
+ ],
+ "i18n-ally.keystyle": "nested",
+ "i18n-ally.sourceLanguage": "bg"
}
\ No newline at end of file
diff --git a/content/i18n/bg.json b/content/i18n/bg.json
index 1283bc1..0198cda 100644
--- a/content/i18n/bg.json
+++ b/content/i18n/bg.json
@@ -1,34 +1,35 @@
{
- "common": {
- "greeting": "Здравей",
- "farewell": "Довиждане",
- "changeTo": "Смени на",
- "BG": "Български",
- "EN": "Английски",
- "RU": "Руски",
- "login": "Вход",
- "logout": "Изход"
- },
- "menu": {
- "dashboard": "Възможности",
- "shedule": "График",
- "myshedule": "Моя График",
- "locations": "Местоположения",
- "cart-report": "Отчет",
- "cart-experience": "Случки",
- "guidelines": "Напътствия",
- "permits": "Разрешителни",
- "contactAll": "Участници",
- "feedback": "Отзиви",
- "contactUs": "За връзка",
- "admin": "Админ",
- "cart-places": "Места",
- "cart-publishers": "Вестители",
- "cart-events": "План",
- "cart-calendar": "Календар",
- "cart-reports": "Отчети",
- "statistics": "Статистика",
- "coverMeLogs": "Замествания",
- "translations": "Преводи"
- }
+ "common": {
+ "greeting": "Здравей",
+ "farewell": "Довиждане",
+ "changeTo": "Смени на",
+ "BG": "Български",
+ "EN": "Английски",
+ "RU": "Руски",
+ "login": "Вход",
+ "logout": "Изход"
+ },
+ "menu": {
+ "dashboard": "Възможности",
+ "shedule": "График",
+ "myshedule": "Моя График",
+ "locations": "Местоположения",
+ "cart-report": "Отчет",
+ "cart-experience": "Случки",
+ "guidelines": "Напътствия",
+ "permits": "Разрешителни",
+ "contactAll": "Участници",
+ "feedback": "Отзиви",
+ "contactUs": "За връзка",
+ "admin": "Админ",
+ "cart-places": "Места",
+ "cart-publishers": "Вестители",
+ "cart-events": "План",
+ "cart-calendar": "Календар",
+ "cart-reports": "Отчети",
+ "statistics": "Статистика",
+ "coverMeLogs": "Замествания",
+ "translations": "Преводи"
+ },
+ "specialno-svidetelstvane-na-obshestveni-mesta-v-sofiya-kontakti": "Специално свидетелстване на обществени места в София - Контакти"
}
\ No newline at end of file
diff --git a/pages/_document.tsx b/pages/_document.tsx
index e498528..cdb83b8 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -13,7 +13,7 @@ class MyDocument extends Document {
-
+
diff --git a/pages/contactUs.tsx b/pages/contactUs.tsx
index 6fb5088..b26dabd 100644
--- a/pages/contactUs.tsx
+++ b/pages/contactUs.tsx
@@ -6,7 +6,7 @@ const ContactsPage = () => {
return (
-
Специално свидетелстване на обществени места в София - Контакти
+
{t('specialno-svidetelstvane-na-obshestveni-mesta-v-sofiya-kontakti')}