Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 751 Bytes

File metadata and controls

18 lines (13 loc) · 751 Bytes

Basic usage

You can execute the synchronization command by running:

php artisan lang:sync

Note

Before any destructive action is taken, you will be asked to confirm the action (except when using the force flag).

The command supports the following flags:

Flag Description
-R, --retrieve-only Only write the translations locally, do not update the provider
-T, --translate Translate missing translations using the translation provider
-F, --force Skip the confirmation dialog