List the tenant's translation cultures
list_culturesFetch the current list of culture codes supported by your Blocks tenant, including the default culture. Use this to determine which languages to translate into before syncing keys.
Instructions
Returns the culture codes this Blocks tenant supports (e.g. en-US, de-DE, ...), fetched from the Blocks Language API and cached to disk. Call this to learn exactly which cultures to translate into before sync_keys / build_upload_entries. Do NOT read local i18n files or rely on memory for the culture set — this tool is the source of truth. Also reports which culture is the tenant default. Pass refresh:true to re-fetch from the API if the tenant recently added a language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Re-fetch languages from the API, bypassing the cache. |