Update locale file location so rollup release script will copy the directory correctly.
Todos:
[x] Move _locales folder to root of src
[x] Move locale helper function file to common
[x] Adding releases to .gitignore
Implementation Decisions
Rollup was having difficulty copying the _locales folder to the correct location with the release script. By updating locations I was able to solve this issue.
Goal
Update locale file location so rollup release script will copy the directory correctly.
Todos:
_locales
folder to root ofsrc
locale
helper function file tocommon
releases
to.gitignore
Implementation Decisions
Rollup was having difficulty copying the
_locales
folder to the correct location with the release script. By updating locations I was able to solve this issue.