-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: SetupIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
If you run the php bin/magento i18n:pack to install a language pack a /i18n directory is created at system root. If you have no permission to write at system root you wil get a mkdir error
Tested on 2.1.0 and 2.2.0-dev (both same result)
Steps to reproduce
- From website root
- cd ./var
- wget http://107.170.242.99/var/2.1.0/source_nl_NL.csv
- cd ..
- php bin/magento i18n:pack --mode=replace -d var/source_nl_NL.csv nl_NL
Expected result
- Do not create i18n dir at / (system root)
Actual result
- Creates /i18n at system root
- Creates language file in /i18n at system root
Metadata
Metadata
Assignees
Labels
Component: SetupIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report