Skip to content

ai-i18n

v0.9.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai angular angular-i18n anthropic aws bedrock
+10 more
crowdin i18n internationalization llm localization lokalise openai phrase react-intl vue-i18n

Summary

AI summary

Updates Details, Usage ```yaml, and uses across a mixed release.

Full changelog

✨ New: AWS Bedrock provider

ai-i18n now supports AWS Bedrock as a model provider, alongside Anthropic, OpenAI, and Ollama (#12).

It uses the model-agnostic Bedrock Converse API, so any Converse-capable model works — Anthropic Claude, Meta Llama, Amazon Nova/Titan, Mistral, Cohere, and more.

Usage

- uses: aws-actions/configure-aws-credentials@v4
  with:
    role-to-assume: arn:aws:iam::123456789012:role/bedrock-translate
    aws-region: us-east-1

- uses: i18n-actions/[email protected]
  with:
    provider: bedrock
    aws-region: us-east-1
    model: anthropic.claude-3-haiku-20240307-v1:0   # or meta.llama3-70b-instruct-v1:0, etc.
    target-languages: de,fr,es
    files: 'src/locales/**/*.xliff'

Details

  • Auth: aws-region is required. Explicit aws-access-key-id / aws-secret-access-key / aws-session-token inputs are optional and fall back to the default AWS credential chain (so aws-actions/configure-aws-credentials / OIDC works out of the box).
  • Default model anthropic.claude-3-haiku-20240307-v1:0; per-provider rate limits added.
  • Reuses the existing prompt-building, JSON parsing, batching, rate limiting, and retry logic.

Note: Ensure the target model is enabled in your account's Bedrock Model access for the chosen region. Some models require a cross-region inference-profile ID (e.g. us.anthropic.claude-…) rather than the plain foundation-model ID.

Full changelog: https://github.com/i18n-actions/ai-i18n/compare/v0.8.0...v0.9.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track ai-i18n

Get notified when new releases ship.

Sign up free

About ai-i18n

GitHub Action that automatically translates i18n files (XLIFF, JSON) using LLM providers (Anthropic, OpenAI, Ollama) with glossary support, change detection, and reviewed translation preservation.

All releases →

Related context

Beta — feedback welcome: [email protected]