Angular

Quite a few AngularJs modules exist to localize your Angular applications.
We have chosen to support the most popular module, angular translate.

Angular Translate defines your translations using a simple JSON file. Lingohub can manage and load this file using $translateProvider.useStaticFilesLoader.

The same rules apply as described here: JSON


Lingohints can be used by being included in a comment:

{
    "title": "Title",
    "_title.comment": "<lh>{\"status\": \"TRANSLATED\",\"qc\": {\"min\": \"3\",\"max\": \"20\"},\"labels\": [\"q3-2024\"],\"not_translatable\": false}</lh>"
}  

References