Skip to content

Fix i18n issues, add Italian language

Compare
Choose a tag to compare
@MichaelMarner MichaelMarner released this 16 May 00:44
· 19 commits to master since this release

This release fixes issues with how ngx-translate was being used with ManUp. ManUp now loads its translation strings just before it needs to present an alert. Previously, it loaded translation strings on initialisation. This could cause issues with the host app losing translation strings, or ManUp showing raw untranslated strings to the user when presenting an alert.

All detailed in #31

Italian Language Support

This release also adds translation support for Italian language! Thanks @grcasanova for the contribution!