cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

App Translation

archem
Visitor

Hi everyone,

I was wondering what are the possibilities of translating a Dynatrace custom App. The app itself is already using react-intl and everything is localized, but there are no guides or docs on how to do it for Dynatrace.

What I'm after right now is extracting all of the translations made with react-intl into an en.json or similar.

I've made aware that there's an internal library called "strato-i18n-utils" used exactly for this. Could this library be made public?

Thanks!

2 REPLIES 2

haris
Dynatrace Mentor
Dynatrace Mentor

Hi Archem,

I'll confirm this with the team and let you know as soon as I have the info. 

Developer Advocate,
Haris Hibic

haris
Dynatrace Mentor
Dynatrace Mentor

Hi archem, thanks for the patience, I finally have some info.

We are recommending react-intl/FormatJSand we also use it ourselves.  There are many guides our there on how to easily integrate this in your react apps, see https://phrase.com/blog/posts/react-i18n-format-js/

Regarding strato-i18n-utils: This library is specifically designed to provide utilities for working with our translation provider. Its purpose is not to add translations directly to apps but to facilitate the process of getting the texts within our apps translated by our translation provider. 

Hope that helps now with understanding, let me know if you need anything else!

Developer Advocate,
Haris Hibic

Featured Posts