mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Fix syntax highlighting
This commit is contained in:
parent
d40e868b13
commit
d39597d305
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
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:
|
To do this, simply call:
|
||||||
```
|
```php
|
||||||
Gloss::value('resource.create', 'Vytvořit objednávku');
|
Gloss::value('resource.create', 'Vytvořit objednávku');
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue