# API: Add translations

# addLanguageLines

Add new translations to your localizations

# Required parameters

Parameter Description
target To which group of languages you want to add nw lines, admin or user
lines Two dimensional associative array where first dimension key describes sections and second dimension key describes keywords, values are added as translations

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=addLanguageLines&target=TARGET&lines=LINES

# PHP Samples

# Response

{
    "success": true,
    "call": "addLanguageLines",
    "server_time": 1323792732,
    "info": [
        "Added new  translation, Section: section, Keyword: keyword",
        "Added new  translation, Section: section, Keyword: keyword2"
    ]
}
Last Updated: 5/12/2023, 3:22:14 PM