1
0
Fork 0
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:
Samuel Štancl 2021-03-28 22:05:56 +02:00 committed by GitHub
parent d40e868b13
commit d39597d305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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. 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');
``` ```