The official description for sourceLocale is quite brief:
Use the Angular CLI to set the source language in which you are writing the component template and code.
By default, Angular uses en-US as the source locale of your project.
So sourceLocale
specifies the source language for component templates and code. But what it actually does? What happens if I change it? What parts of the application does it affect?