Responsive design

Notice: Undefined index: social_google in /home/webroot/www.kusoftas.com/cms/templates_c/demo^7b9c5ab6cf20f7b62a4fced0b8a945dae9af628c_0.file.skin-template-header.tpl.cache.php on line 163

Download

Last stable v 5.2 2024-11-01

    API URL/local/locale/man/put
    DescriptionUpdate locale node manage data RESTful API
    AccessRestricted to roles: admin, demo (r/o)
    Rquest methodPOST
    Request data typeRequest raw data
    Request data
    { key: "2|default", // key of locale node to be managed source: "532d9ebed9ef2", // assigned to locale node source bundle ID create: "0", // 1 - create .po file new (all translations to be lost!) update: "1", // 1 - update .po file with new from source bundle files extracted NLS messages remove: "0" // 1 - remove not existing (removed) in source bundle files messages from .po files }
    Response typeJSON
    Response data
    { rc: 'return code', // '0' - success, '1' - error msg: 'return message', // error message }