laravel-translations-loader icon indicating copy to clipboard operation
laravel-translations-loader copied to clipboard

Webpack loader to import Laravel translation files (PHP or JSON) into your JS bundle as JSON.

Results 8 laravel-translations-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

Option handling in Mix 6 for all and json-loaders (was already corrected for php) Fixes issues #34 and #36

If you have a pluralized string in Laravel, you won't be able to use it with i18next pluralization. If you try to ".t" that string, you will only get the...

Hello, First thank you for this loader, it looks amazing. I am trying to use it for a project and it seems I can't get it to generate objects into...

Hello, i got multiple (only json) lang files one of which is called keys and i wanted to exclude it unfortunatelly it's not possible webpack.mix.js ``` mix.extend('translations', new class {...

Hi Am I doing something wrong? After switching to Laravel Mix 6 the parameters are no longer replaced using PHP and JSON. webpack.mix.js ```js mix.extend('translations', new class { webpackRules ()...

if I use php translation file in laravel. And want to use some of them for vue. Here is bloating of bundle. I wish to define files needs to load...

Fixing issue #22: 1. Determine if we're in the `vendor` folder. 2. Use regex to search for the format `/vendor/{package}/{locale}/filename.php` 3. Use the `locale` as the new "directory" name (N.B....

Hi! Firstly, thanks for such a great package - it makes life so easy. I'm not sure if this is my own stupidity with my configuration, or something else, but...

Hacktoberfest