-
There are a few strings we'd like to customize that may only be applicable to our local instance. Perhaps rather than making these replacements in the php directly, this project could just provide [La…
-
This commit broke a lot:
https://github.com/rmariuzzo/Laravel-JS-Localization/commit/9e570ee76466cb6529651fd43faf3f33af133e9c
When the default directory is used: The following error is triggered…
-
Prepare the app for localization. Currently, most strings are hard coded in English. These should be refactored to use Laravel's localization features so that they might be translated.
-
It would be nice if the routes could be cached like in [mcamara/laravel-localization](https://github.com/mcamara/laravel-localization#caching-routes)
```sh
php artisan route:trans:cache
```
Oth…
-
I tried to install your package on Laravel 6.2 and installation was successfull but the package was not autodiscovered.
`composer require vsch/laravel-translation-manager
Using version ^6.0 for vs…
-
### Before feedback (在反馈之前)
- [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)
### Describe Feature (描述功能)
1. Add a new command: lang:publish, like: https://larave…
-
**Describe the bug**
The LaravelLocalizationRedirectFilter::class middleware ignores config.laravellocalization.localesMapping if the mapping exists.
**To Reproduce**
Steps to reproduce the behav…
j0eii updated
2 years ago
-
**Actual Behavior**
(a) http://www.somedomain.com/en/some/path
This loads the route "some/path/" (handled by Laravel)
(b) http://www.somedomain.com///en/some/path
This ALSO loads the route "so…
-
Initial work pertaining to localization, e.g. configure the locale in Laravel, create the fr lang/ directory, etc., has already been done. However, the translation list is still incomplete.
Here is …
-
I can't refund an order using Stripe SCA.
I have to following in log:
`[2023-09-25 19:33:40] production.DEBUG: Total Order Value: Ft 4950.00
[2023-09-25 19:33:40] production.DEBUG: Already refu…