feat: add new company history entry for Stellar Construction with multilingual support, enhancing localization and user engagement
This commit is contained in:
@@ -193,6 +193,24 @@ class CompanyHistoryItemSeeder extends Seeder
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'year' => 2023,
|
||||
'title' => 'Stellar Construction',
|
||||
'content' => 'Rusya\'nın Moskova merkezli, endüstriyel inşaat alanında faaliyet gösteren Ant Yapı ortaklığına sahip Stellar Construction için QA, QC ve QMS (kalite yönetim sistemi) uygulaması geliştirildi. Proje, Rusya\'nın çeşitli şantiye sahalarında başarılı bir şekilde kullanılmaktadır.',
|
||||
'color' => '#c0392b',
|
||||
'icon' => 'heroicon-o-building-office-2',
|
||||
'sort_order' => 11,
|
||||
'translations' => [
|
||||
'en' => [
|
||||
'title' => 'Stellar Construction',
|
||||
'content' => 'A QA, QC, and QMS (quality management system) application was developed for Stellar Construction, a Moscow-based industrial construction company and partner of Ant Yapı. The project is successfully deployed across multiple construction sites throughout Russia.',
|
||||
],
|
||||
'de' => [
|
||||
'title' => 'Stellar Construction',
|
||||
'content' => 'Für Stellar Construction, ein in Moskau ansässiges Industriebauunternehmen und Partner von Ant Yapı, wurde eine QA-, QC- und QMS-Anwendung (Qualitätsmanagementsystem) entwickelt. Das Projekt wird erfolgreich auf zahlreichen Baustellen in Russland eingesetzt.',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($items as $itemData) {
|
||||
|
||||
Reference in New Issue
Block a user