Info |
---|
Warning: not valid as of Datafari 5 |
...
Locales files are located in the files public/locales/{localeid}/translation.json where {localeid} is the name of any locale (it, fr, en, …). Files look like this:
...
Code Block |
---|
"less than a month": "Weniger als 1 Monat", "less than a year": "Weniger als 1 Jahr", "less than five years": "Weniger als 5 Jahre", "Welcome to Datafari": "Willkommen bei Datafari" } |
Building the project and deploying
You can then build DatafariUI (React datafariUI: build, deploy and dev setups ) and deploy it with the new translated String.
...