Usage
What it does
- writes a minimal, runnable
i18n.ymlfrom the built-in template - starts with
locales,buckets, andllm.profiles.defaultonly - leaves advanced config like
groups,llm.rules,context_memory, andcacheout of the starter file - fails if file already exists (unless
--force)
Flag
--force: overwrite an existingi18n.yml
Starter shape
The generated starter keeps the beginner path small:locales: source locale and target localesbuckets: source-to-target file mappingllm.profiles.default: provider and model
groups is omitted, Hyperlocalise automatically treats the config as one implicit default group that includes all target locales and all buckets.
For full examples of groups, llm.rules, context_memory, fallbacks, and cache, see i18n config.