Download
Last stable v 5.2 2024-11-01
API URL | /local/locale/tree |
Description | Get CMS locales tree RESTful API |
Access | Restricted to roles: admin, demo |
Rquest method | GET |
Request data type | n/a |
Request data | n/a |
Response type | JSON |
Response data |
[
{
key: "0",
title: "\/",
folder: true,
hideCheckbox: true,
children: [
{
key: "2|default", // skin level node key
path: "\/cms\/skins\/default\/locale", // path to skin folder
msg: "skin", // file name of .po file
title: "Skin: Default", // skin name
folder: true,
hideCheckbox: true,
children: [
{
key: "3|\/cms\/skins\/default\/locale\/en_EN.utf8", // locale level node
path: "\/cms\/skins\/default\/locale\/en_EN.utf8\/LC_MESSAGES", // locale path
msg: "skin", // file name of .po file
target: "Skin: Default", // skin name
title: "en_EN.utf8", // locale code
lang: "en_EN.utf8", // locale code
folder: true,
hideCheckbox: false,
children: [
{
key: "4|\/cms\/skins\/default\/locale\/en_EN.utf8\/LC_MESSAGES\/skin.po", // locale file path
title: "skin.po", // locale file
lang: "en_EN.utf8", // locale code
target: "Skin: Default", // skin name
locale: "en_EN.utf8", // locale code
folder: false,
tooltip: "2014-04-09 22:03:44", // last update timestamp
hideCheckbox: false
}
]
},
{
key: "3|\/cms\/skins\/default\/locale\/lt_LT.utf8", // locale level node
path: "\/cms\/skins\/default\/locale\/lt_LT.utf8\/LC_MESSAGES", // locale path
msg: "skin", // file name of .po file
target: "Skin: Default", // skin name
title: "lt_LT.utf8", // locale code
lang: "lt_LT.utf8", // locale code
folder: true,
hideCheckbox: false,
children: [
{
key: "4|\/cms\/skins\/default\/locale\/lt_LT.utf8\/LC_MESSAGES\/skin.mo", // locale file path
title: "skin.mo", // locale file
lang: lt_LT.utf8", // locale code
target: "Skin: Default", // skin name
locale: "lt_LT.utf8", // locale code
folder: false,
tooltip: "2014-04-09 22:05:04", // last update timestamp
hideCheckbox: false
},
{
key: "4|\/cms\/skins\/default\/locale\/lt_LT.utf8\/LC_MESSAGES\/skin.po", // locale file path
title: "skin.po", // locale file
lang: "lt_LT.utf8", // locale code
target: "Skin: Default", // skin name
locale: "lt_LT.utf8", // locale code
folder: false,
tooltip: "2014-04-09 22:05:04", // last update timestamp
hideCheckbox: false
}
]
}
...
]
}
...
]
}
]
|