👩💻 Join our community of thousands of amazing developers!
During my Ph.D. migration project, I considered the migration of several GUI aspects: visual behavioral business These elements are the main ones. When perfectly considered, you can migrate the front-end of any application. But, we are missing some other stuff :smile: For example, how do you migrate i18N files? In this post, I’ll present how to build a simple migration tool to migrate I18N files from .properties (used by Java) to .json format (used by Angular). I18N files First, let’s see our ...