Skip to content

Commit

Permalink
feat(posts): add multilingual support with new example posts and tran…
Browse files Browse the repository at this point in the history
…slations
  • Loading branch information
ahmet-cetinkaya committed Dec 31, 2024
1 parent 16faa20 commit e6de6e6
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 226 deletions.
2 changes: 1 addition & 1 deletion src/core/acore-ts
2 changes: 1 addition & 1 deletion src/domain/data/Translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { Locales, TranslationKey } from "../models/TranslationKey";

const Translations: Record<TranslationKey, Record<Locales, string>> = {
brands_section_subtitle: {
tr: "Antkaya İklimlendirme olarak, sektördeki önde gelen markaların servis ve bakım hizmetlerini sunmaktan gurur duyuyoruz.",
en: "As Antkaya HVAC, we are proud to offer service and maintenance services of leading brands in the industry.",
ru: "Мы гордимся тем, что предлагаем сервис и обслуживание ведущих брендов в отрасли.",
tr: "Antkaya İklimlendirme olarak, sektördeki önde gelen markaların servis ve bakım hizmetlerini sunmaktan gurur duyuyoruz.",
},
brands_section_title: {
en: "Supported Leading Brands",
Expand Down
Loading

0 comments on commit e6de6e6

Please sign in to comment.