1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00

Merge branch 'master' of github.com:LeanAdmin/gloss

This commit is contained in:
Samuel Štancl 2021-05-04 16:12:10 +02:00
commit 1cf56a7400

View file

@ -77,7 +77,7 @@ Firstly, it should be Objednávk**u**, because the suffix changes with context.
So we want to specify a **complete override** of that language string whenever we're in the `Order` resource context.
To do this, simply call:
```
```php
Gloss::value('resource.create', 'Vytvořit objednávku');
```