This website requires JavaScript.
Explore
Help
Sign In
truncgit
/
citrus
Watch
1
Star
0
Fork
0
You've already forked citrus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
194beaee1cdc88370da65c1cd50996385f723fc5
citrus
/
app
/
Filament
/
Admin
/
Resources
/
SiteTranslations
T
History
Ümit Tunç
194beaee1c
iniit
2025-12-31 21:37:21 +03:00
..
Pages
iniit
2025-12-31 21:37:21 +03:00
Schemas
iniit
2025-12-31 21:37:21 +03:00
Tables
Add Import and Export Functionality for Site Translations: Implemented SiteTranslationImporter and SiteTranslationExporter classes to facilitate the import and export of site translations. Enhanced the SiteTranslationsTable with import and export actions, allowing for efficient management of translation data. Updated the migration files to create necessary tables for handling imports and exports, improving the overall localization workflow in the admin panel.
2025-12-31 00:23:16 +03:00
SiteTranslationResource.php
Add Site Translation Management: Created SiteTranslation resource with pages for listing, creating, and editing translations. Implemented localization support for translation keys and values, enhancing the admin panel's usability for managing site translations. Introduced a new migration for the site_translations table and updated helper functions for translation retrieval.
2025-12-30 23:41:32 +03:00