{ "name": "laravel-vue-i18n", "version": "2.7.7", "author": { "name": "Francisco Madeira", "email": "xico2k@gmail.com" }, "keywords": [ "laravel", "vue", "vue3", "inertiajs" ], "repository": "https://github.com/xico2k/laravel-vue-i18n", "license": "MIT", "descri...
问laravel项目中的vue-i18n单文件组件EN新安装的 Laravel 应用在 resources/js/components 目录默认包含一...
所以我用Vue在laravel中构建了一个表单,其中包含一些验证规则,当出现错误时,它会向我显示一条消息,但我也有一个locales切换器,它也适用于表单中的文本,但不适用于验证输出,所以总是有英文的。我正在使用i18n插件来翻译文本。 有没有办法让验证规则i18n准备好? registerController.php protected function validator(arra...
Generates a vue-i18n compatible include file from your Laravel translations - Actions · librenms/laravel-vue-i18n-generator
关键词:vue-i18n 排序: Github Star 1 martinlindhe/laravel-vue-i18n-generator Generates a vue-i18n compatible include file from your Laravel translations. laravel vue-i18n 117 7.3 W 1 Laravel 扩展 参与改进开源知识库 社区赞助商 成为赞助商 ...
Actions: xiCO2k/laravel-vue-i18nActions All workflows Tests Management Caches Attestations Tests tests.yaml 82 workflow runs Event Status Branch Actor wip Tests #414: Commit 05ac140 pushed by xiCO2k test/change-from-jest-to-vitest May 6, 2024 15:38 34s docs: fallback...
@ibrunotomecan you go undernode_modules/laravel-vue-i18n/dist/index.jsand check on the bottom of the file for the: /*** The Vue Plugin. to be used on your Vue app like this: `app.use(i18nVue)`*/exports.i18nVue={install:(app,currentOptions={})=>{options=Object.assign(Object.assi...
The idea is to add some example projects that correctly make use of specific versions of vue-i18n and vuex-i18n, to point at from the README to some known correct usage. We could then just extend the examples with more versions when need arise. We could then use docker to run the exam...
build(deps-dev): bump laravel-vue-i18n from 2.7.6 to 2.7.7 … Verified f85f5cc dependabot bot force-pushed the dependabot/npm_and_yarn/laravel-vue-i18n-2.7.7 branch from bcb21cd to f85f5cc Compare June 24, 2024 09:24 andreiio added this pull request to the merge queue Ju...
Vue 3 in Laravel 10 Minimal Vue 3 application with router, i18n, pinia store. Install package composer create-project laravel/laravel:^10.0 vue-app cd vue-app composer require atomjoy/vue Overwrite files Backup first routes and resources directory! php artisan vendor:publish --tag=vue-config -...