T-Systems-MMS/phonebook

Remove TODO: Localization

Closed this issue ยท 1 comments

Try if it works with new angular localization
workaround for ngx translate
necassary because the generated translations are wrong
They insert a new line after some strings and thus a space in the translated version of the string
E.G. What it should look like:

 <source>Address</source><target state="final">Address</target>

looks like:

  <source>
    Buildings
  </source><target state="final">
    Buildings
  </target>

IssueLink: ngx-translate/i18n-polyfill#63

Find it in Code with TODO: #515

๐ŸŽ‰ This issue has been resolved in version 1.39.3 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€