We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b70383 commit 0ad85b4Copy full SHA for 0ad85b4
README.md
@@ -493,7 +493,7 @@ return [
493
'glass' => 'glas',
494
'products' => 'producten',
495
'materials' => 'materiaal',
496
- 'materials/glass' => 'producten/glazen'
+ 'materials/glass' => 'materiaal/glazen'
497
];
498
```
499
@@ -516,7 +516,7 @@ The above will generate:
516
- /en/products/glass
517
- /nl/producten/glass
518
- /en/materials/glass
519
-- /nl/materials/glazen
+- /nl/materiaal/glazen
520
521
If you need to get a translation from a package,
522
you can pass an optional translation namespace as a third parameter to `Lang::uri()`:
0 commit comments