Is it possible to translate every lines from any modules in one file?
I pulled bin/magento i18n:collect-phrases -o
directly in root and got all the lines with their locations ex: ,module,Magento_OfflineShipping
Ideally, I would pull the lines I need, create a separate file and add translations I need. We already have a dictionary in /app/i18n/fr_ca but adding lines to this file does not seem to work.
Thanks