matice icon indicating copy to clipboard operation
matice copied to clipboard

Use your Laravel translations in JavaScript.

Results 11 matice issues
Sort by recently updated
recently updated
newest added

### Expected behavior Dynamic/middleware-based namespace filtering. For example, being able to filter which translations are sent depending on the current route. There are a lot of translations in the admin...

enhancement

Situation: the locale is "de", the fallback locale is "en" and there are only translations for "en" ### Expected behavior calling the `trans(` function should output an 'en' translation ###...

### Expected behavior [PRODUCTION ENV] I've created a fully working locale selector that does another action in addition to calling setLocale(locale). The expected behavior is that when i refresh the...

### Expected behavior All Vue components on the page are updated when the language is changed. ### Current behavior Only the language selector is updated and the rest of the...

I saw your comment on PR discussion of Laravel Jetstream. I'm still looking for an I18n solution for my project. It should be realized with Laravel/Jetstream/Inertia/Vue. I studied your solution....

Work in progress

### Expected behavior We are using three languages (EN, DE AND NL). In the DE version there are special characters such as ä. For some reason it seems to work...

- when locale is null in makeMaticeObject the translations file crash - in config i just use the lang_path() because this method already exists in laravel - At the end...

### Expected behavior When relying on the "two parts" pluralization logic, the pluralized part of the translated string should be the one returned whenever the count parameter is greater than...

Laravel allows a developer to register additional folders that contain JSON based translation files. The Matice package did not respect these additional folders, causing a difference in the translations loaded...