mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 18:15:33 +00:00
Updated Translations (markdown)
parent
287d64a481
commit
f8f62a37c4
1 changed files with 10 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ Official translations provided by community on [Crowdin](https://crowdin.com/pro
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
### Translate existing language
|
||||||
|
|
||||||
Extract EN messages localization and cleanup deprecated strings, where EN - is default language
|
Extract EN messages localization and cleanup deprecated strings, where EN - is default language
|
||||||
|
|
||||||
_\* default language could be also required for provider updates_
|
_\* default language could be also required for provider updates_
|
||||||
|
|
@ -29,3 +31,10 @@ Reset production cache
|
||||||
```
|
```
|
||||||
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear
|
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Add new language
|
||||||
|
|
||||||
|
Additional locales could be defined in:
|
||||||
|
|
||||||
|
* `config/packages/translation.yaml`
|
||||||
|
* `.env`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue