Download
Last stable v 5.2 2024-11-01
API URL | /local/locale/tra/lst |
Description | NLS messages to be translated pairs list RESTful API |
Access | Restricted to roles: admin, demo |
Rquest method | GET |
Request data type | Request variables |
Request data |
|
Response type | JSON |
Response data |
{
aaData: [
[
1, // line no
"", // to be used to indicate text was changed when editing
"Ask us via mail", // text in English
"text in local language" // translated text
]
...
]
}
|