문제

What is the use of this below command?

bin/magento i18n:collect-phrases -m

explain me briefly.

Thanks,

올바른 솔루션이 없습니다

다른 팁

Absolute file system path and file name of a .csv file that contains the combined translation dictionary and meta-information necessary for breakdown into a language package.

Use bin/magento i18n:collect-phrases to create the .csv file then create the language package as discussed in Create directories and files.

-m --mode If a target file already exists, specifies whether to replace the existing language package or merge with the new language pack. Merging overrides any phrases that existed and adds new ones.

Values: merge or replace (default).

For More details :

https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-i18n.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top