-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- admin panel i18n #236
- admin panel i18n #236
Conversation
# Conflicts: # app/Providers/Filament/AdminPanelProvider.php # composer.json # composer.lock
# Conflicts: # app/Filament/Resources/ActivityResource.php # app/Models/Activity.php # config/app.php # database/factories/ActivityFactory.php # database/migrations/2024_04_09_091339_create_activities_table.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- When I fill form on create activity page like on screenshot below (title, subtitle, description, but only in Polish) I see error
- I have still calendar in English (and date format) - I have Chrome in English and I see formatted date mm/dd/yyyy, but on Firefox in Polish I have format like dd . mm . rrrr (and yes, with spaces between dots)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I give approve, because dates works - it's browser fault.
Added default language for admin dashboard.
Added translated labels for existing resources.
Added tests.