added translations
This commit is contained in:
@@ -55,8 +55,8 @@ export class SeoService {
|
||||
* Reset meta tags back to defaults (call on navigation away from item page).
|
||||
*/
|
||||
resetToDefaults(): void {
|
||||
const defaultTitle = `${this.siteName} — Маркетплейс товаров и услуг`;
|
||||
const defaultDescription = 'Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.';
|
||||
const defaultTitle = `${this.siteName} — Marketplace`;
|
||||
const defaultDescription = 'Modern marketplace for buying digital goods. Wide selection, convenient search, fast delivery.';
|
||||
const defaultImage = `${this.siteUrl}/og-image.jpg`;
|
||||
|
||||
this.title.setTitle(defaultTitle);
|
||||
|
||||
Reference in New Issue
Block a user