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' => 'Content',
|
||||
'settings_section' => 'Blog Settings',
|
||||
'seo_section' => 'SEO Settings',
|
||||
'translations_section' => 'Translations',
|
||||
|
||||
// Helper texts
|
||||
'slug_helper' => 'The part that will appear in the URL. Example: blog-post',
|
||||
|
||||
@@ -26,6 +26,7 @@ return [
|
||||
'form_section_content' => 'Content',
|
||||
'form_section_page_settings' => 'Page Settings',
|
||||
'form_section_seo_settings' => 'SEO Settings',
|
||||
'translations_section' => 'Translations',
|
||||
|
||||
// Form fields
|
||||
'title_field' => 'Title',
|
||||
|
||||
Reference in New Issue
Block a user