Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt

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

Importing is done from the dashboard (bulk import), not through the public REST API — there is currently no public import endpoint. Uploaded data is staged first, then applied as a background job.

Supported Inputs

  • CSV (key / value columns)
  • JSON (key-value structure, matching the export shape)
  1. Prepare clean key and locale columns
  2. Validate file encoding and structure
  3. Import in merge mode first
  4. Verify sample keys before a full rollout

Import Modes

  • Merge: add/update entries without removing existing records
  • Replace: intentionally overwrite the existing dataset

Common Failures

  • Invalid locale headers
  • Duplicate keys with conflicting values
  • Unexpected encoding issues (non UTF-8)