mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
Created Translations (markdown)
parent
cbe6959fda
commit
3a5906b0d8
1 changed files with 17 additions and 0 deletions
17
Translations.md
Normal file
17
Translations.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
Extract UK messages localization and cleanup deprecated strings
|
||||||
|
|
||||||
|
```
|
||||||
|
php bin/console translation:extract --clean --domain="messages" --prefix="" --force uk
|
||||||
|
```
|
||||||
|
|
||||||
|
Push UK messages to provider and cleanup missing
|
||||||
|
|
||||||
|
```
|
||||||
|
php bin/console translation:push --delete-missing --domains="messages" --locales=uk
|
||||||
|
```
|
||||||
|
|
||||||
|
Pull UK messages from provider
|
||||||
|
|
||||||
|
```
|
||||||
|
php bin/console translation:pull --intl-icu --domains="messages" --locales=uk
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue