- Install
wotz/laravel-poeditor-sync
instead ofnextapps/laravel-poeditor-sync
- Replace all occurrences of
NextApps\PoeditorSync
namespace with newWotz\PoeditorSync
namespace
- Translation keys with '.' in the key i.e. 'user.name' will result in duplicate translation entries after upload and download from poeditor. To prevent this convert all keys with '.' to arrays.