locales-process.md
1 # Locales generation process 2 3 Every time `yarn build` or `yarn start` is executed, the following process is 4 going to be triggered as well: 5 6 <img src="./locales.png"> 7 8 With this process, we reduce the amount of text we bundle on each page since we 9 are querying only the necessary translations that each page needs.