-
```php
$categories = Category::all();
```
I want it to return
```json
{
"success":true,
"data":[
{
"id":21,
"category_id":2,
"locale":…
-
[(roachtest).django failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1716020&tab=buildLog) on [release-19.2@359e1940c013729337a23221c341177739d8cccd](https://github.com/cockroachdb/cockro…
-
If I wanted to have a multilanguage app, and have a route like `/en/bananas` and then its translation at `/ca/platans`, rendering the same component but in a different language… would there be a way t…
-
**Describe the bug**
`Invariant Violation: Hooks can only be called inside the body of a function component.`
This error occurs for me after upgrading to the newest version of react-i18next. I'm u…
-
NoReverseMatch at /patientslisting
Reverse for 'parent_page' not found. 'parent_page' is not a valid view function or pattern name.
Request Method: GET
Request URL: https://rdrf.ccgapps.com.au/demo…
-
__Description__
I have custom helpers to return $website->uuid called `web_uuid()` and worked properly if i access the domain without 'www' in it. The hostname fqdn is not containing 'www' in i…
-
**I can't find languages route*
My App has middleware that redirect the url into : http://webapp.test/{locale}
if I need this route : http://webapp.test/languges it will redirect to : http://weba…
-
Dear @ToonvanStrijp ,
i think it would be good if we could resolve the language of the current user (i.e., the client that is interacting with the API).
However, there may be some different approa…
-
Hi there,
First off thanks for the effort of creating the package.
I'm currently trying to migrate our custom i18next implementation with next to using this package.
We are doing detection of t…
-
Per discussion in #2590 , we'd like to rethink the Redux docs content and structure pretty much from the ground up. Now that we've got the new docs site up and running, it's time to start brainstormi…