Skip to main content

i18n.yml already exists; use --force to overwrite

Cause: running init where config already exists. Fix:
hyperlocalise init --force

storage config is required

Cause: sync command used without top-level storage config. Fix: add storage.adapter and storage.config in i18n.yml.

unsupported output format

Cause: wrong --output value. Fixes:
  • status: only csv
  • sync: text or json

unsupported file extension during run

Cause: a mapped source or target file uses an extension not supported by the local parser. Fixes:
  • use one of: .json, .arb, .xlf, .xliff, .po, .html, .md, .mdx, .strings, .stringsdict, .csv
  • verify bucket from and to paths resolve to the expected file names

Provider auth failures

Cause: missing/invalid env token. Fix: re-export token in the same shell session and rerun.