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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user