at.locale.translation

locale.at

{
  "id": "at.locale.translation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "project",
          "locale",
          "key",
          "sourceHash",
          "createdAt"
        ],
        "properties": {
          "key": {
            "type": "string",
            "maxLength": 4096,
            "minLength": 1,
            "description": "Stable source key/id from the source file."
          },
          "value": {
            "type": "string",
            "maxLength": 10240,
            "description": "Inline translation (ICU-aware). For small values; capped well under the record-size ceiling. Empty when valueBlob is set."
          },
          "locale": {
            "type": "string",
            "maxLength": 35,
            "minLength": 2,
            "description": "BCP-47 target locale."
          },
          "message": {
            "type": "string",
            "maxLength": 2000,
            "description": "Optional note from the translator.",
            "maxGraphemes": 1000
          },
          "project": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the at.locale.project this targets."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "valueBlob": {
            "type": "blob",
            "accept": [
              "text/*",
              "application/json",
              "application/octet-stream"
            ],
            "maxSize": 1000000,
            "description": "Blob ref for large values, used instead of value."
          },
          "sourceHash": {
            "type": "string",
            "maxLength": 128,
            "minLength": 1,
            "description": "Hash of the source string this was translated against; lets the appview flag staleness."
          },
          "parentRevision": {
            "type": "string",
            "format": "at-uri",
            "description": "Previous revision by this author (the history chain)."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "One contributor's translation of one source key in one locale. Translator-owned — this is the portability primitive. Revisions chain via parentRevision. Exactly one of value / valueBlob is set."
}

Validate Record

Validate a record against at.locale.translation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uwynodlfvaieqcisgh5zvdwx
CID
bafyreifrebo6sq7k3wumfh7izcas3knlipwzp6m7ukiau6pkf7uavr3z34
Indexed At
2026-06-24 00:21 UTC
AT-URI
at://did:plc:uwynodlfvaieqcisgh5zvdwx/com.atproto.lexicon.schema/at.locale.translation

Lexicon Garden

@