Skip to content
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

[Help]: Arabic Value is not saved in database #2

Open
Hegabovic opened this issue Mar 31, 2024 · 1 comment
Open

[Help]: Arabic Value is not saved in database #2

Hegabovic opened this issue Mar 31, 2024 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@Hegabovic
Copy link

What happened?

the dropdown list is in arabic
and hit save

the database recieve key ar but inside it english keyword

is it possible to save en (english ) and ar {arabic }

for example on this shape :
{"en":"Africa/Blantyre","ar":"افريقيا/بالتيا"}

How to reproduce the bug

the database recieve key ar but inside it english keyword

is it possible to save en (english ) and ar {arabic }

for example on this shape :
{"en":"Africa/Blantyre","ar":"افريقيا/بالتيا"}

Package Version

2.0.0

PHP Version

8.2

Laravel Version

10

Which operating systems does with happen with?

Linux

Notes

No response

@Hegabovic Hegabovic added the bug Something isn't working label Mar 31, 2024
@omar-haris omar-haris added help wanted Extra attention is needed and removed bug Something isn't working labels Mar 31, 2024
@omar-haris omar-haris changed the title [Bug]: Arabic Value is not saved in database [Help]: Arabic Value is not saved in database Mar 31, 2024
@omar-haris
Copy link
Owner

Hi Hegabovic,

Last version is v1.0.3 we did not release v2.0.0 yet.

to answer your question you can easily push languages files and change how keys should be saved at your database.

php artisan vendor:publish --tag="filament-timezone-field-translations"

then you can find languages files inside your project.

good luck @Hegabovic

@omar-haris omar-haris self-assigned this Mar 31, 2024
Repository owner locked as off-topic and limited conversation to collaborators Mar 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants