Internationalization in Extensible Web Frameworks
Providing developer tooling for people all around the globe using web technologies comes with a large amount of challenges. Aside from the technical issues of actually provisioning your application, you also have to consider the different backgrounds of your users. Making your app accessible to people outside of the English speaking sphere is therefore quite important. Internationalization (i18n), i.e. the act of enabling localization of your app, plays in a huge role in that.