@c8y/apps
Version:
Cumulocity IoT applications
7 lines (6 loc) • 365 B
text/typescript
/**
* Internationalizing files in po format (https://en.wikipedia.org/wiki/Gettext#Translating)
* You can always add additional strings by adding your own po file. All po files are
* combined to one JSON file per language and are loaded if the specific language is needed.
*/
import './locales/de.po'; // <- adding additional strings to the german translation.