-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Question]: Multi language support #39
Comments
|
Is there any forecast for a solution to have multilanguage support? The package does its job very well, but the language issue is very important for many projects. |
A temporary solution
example:
|
hey guys。
"repositories": [
{
"type": "path",
"url": "./plugins/flatpickr",
"options": {
"symlink": true
}
}
],
# run pnpm
pnpm i
before this.fp = flatpickr(this.$refs.picker, config); flatpickr.localize(flatpickrLocales)
Usage: Flatpickr::make('created_at')->label('Created At')
->customConfig([
'locale' => 'zh', //'zh_tw' ,'ru', or ....
])->monthSelect(), |
What happened?
I know this is not a bug, but there is no feature request option
How to reproduce the bug
Any ETA on multi language support?
It would be much appreciated.
Package Version
2
PHP Version
8.2
Laravel Version
10
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: