mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
29 lines
801 B
JSON
29 lines
801 B
JSON
{
|
|
"@context": "\/api\/v2\/contexts\/Locale",
|
|
"@id": "\/api\/v2\/admin\/locales",
|
|
"@type": "hydra:Collection",
|
|
"hydra:member": [
|
|
{
|
|
"@id": "\/api\/v2\/admin\/locales\/en_US",
|
|
"@type": "Locale",
|
|
"id": "@integer@",
|
|
"code": "en_US",
|
|
"name": "English (United States)"
|
|
},
|
|
{
|
|
"@id": "\/api\/v2\/admin\/locales\/pl_PL",
|
|
"@type": "Locale",
|
|
"id": "@integer@",
|
|
"code": "pl_PL",
|
|
"name": "Polish (Poland)"
|
|
},
|
|
{
|
|
"@id": "\/api\/v2\/admin\/locales\/ga_IE",
|
|
"@type": "Locale",
|
|
"id": "@integer@",
|
|
"code": "ga_IE",
|
|
"name": "Irish (Ireland)"
|
|
}
|
|
],
|
|
"hydra:totalItems": 3
|
|
}
|