Implement Translation Tabs Component: Added TranslationTabs component for managing translations in Blog and Page resources. Integrated translation fields into forms, ensuring localization support for titles, content, and metadata. Updated existing pages to save and load translations, enhancing the universal translation system. Added relevant localization keys for English and Turkish.

This commit is contained in:
Ümit Tunç
2025-10-01 04:43:27 -03:00
parent 105e14b48d
commit 9cc36297ea
12 changed files with 365 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ return [
'content_section' => 'İçerik',
'settings_section' => 'Blog Ayarları',
'seo_section' => 'SEO Ayarları',
'translations_section' => 'Çeviriler',
// Helper texts
'slug_helper' => 'URL\'de görünecek kısım. Örnek: blog-yazisi',
+1
View File
@@ -26,6 +26,7 @@ return [
'form_section_content' => 'İçerik',
'form_section_page_settings' => 'Sayfa Ayarları',
'form_section_seo_settings' => 'SEO Ayarları',
'translations_section' => 'Çeviriler',
// Form fields
'title_field' => 'Başlık',