Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.localesync.com/llms.txt

Use this file to discover all available pages before exploring further.

On premium workspaces (hobby and pro plans) you can set hooks, which send a request to an URL provided by you, to get notified whenever your repository strings change.

Payload

There are two possible json formats you get when updating your strings, which must vary depending from where you are editing them.
{
    "type" : "created",
    "at" : "2024-10-10T00:00:0000",
    "by" : "user:testUserIdHere",
    "data" : {
        "id" : "translation:testTranslation01",
        "value" : {
            "value" : "string",
            "plural" : "string"
        },
        "createdAt" : "timestamp",
        "sentence": "sentence:idHere",
        "language" : "language:idHere",
        "createdBy" : "user:userIdHere"
    }
}