lab2023 / kebab-project

Kebab Project v.1.5.x Sandbox (Kebab Reloaded)
www.kebab-project.com
Other
43 stars 7 forks source link

Get table list which are finished with _translate string #91

Closed onurozgurozkan closed 12 years ago

onurozgurozkan commented 12 years ago

Get all table which are finished with *_translation name

for system tables

onurozgurozkan commented 12 years ago

GET /kebab/translation-tables

{
    success: true,
    data: [
        "system_application_translation",
        "system_role_translation",
        "system_story_translation"
    ],
    total: 3
}