18 Free Game Localization and Translation Tooling Picks for Indies (2026 Edition)

18 Free Game Localization and Translation Tooling Picks for Indies (2026 Edition)

Plan glossaries, string extraction, reviewer handoffs, and engine-ready exports with open tools and official engine localization docs before you pay for enterprise TMS seats.

Weblate

Translation Platform

Web-based continuous localization with VCS hooks, checks, and glossary support—ideal when translators live in Git PRs.
Best for: indie teams that want a self-hosted or cloud TMS without vendor lock for every string.

Poedit

Desktop CAT

Lightweight editor for gettext PO/MO files with fuzzy matching and pre-translation hooks.
Best for: quick passes on dialogue exports before you plug them back into the engine.

OmegaT

Desktop CAT

Open-source CAT tool with translation memory, glossary, and fuzzy segments for longer narrative batches.
Best for: VN-sized scripts and mission text that benefits from TM matches.

Hosted TMS with free licenses for qualifying OSS games, online editor, and CLI uploads.
Check: eligibility rules before counting on long-term free tiers for closed-source titles.

GitLocalize

Git Workflow

Git-synced translation UI that opens PRs against your repo when locales are updated.
Best for: JSON/YAML-heavy web or mod-friendly pipelines.

Tolgee

Developer Platform

Open-source i18n platform with in-context screenshots, API, and self-host path for game UIs.
Best for: HUD-heavy projects that need fast reviewer context.

GNU gettext Manual

Reference Docs

Reference for msgfmt, xgettext, plural rules, and portable string extraction—the backbone of many engine CSV/PO hybrids.
Best for: understanding why plurals break when locale QA finds edge cases.

Industry-standard plural, collation, and formatting data used across engines and OS runtimes.
Use when: you argue about correct plural forms per language family.

Natural language-friendly message syntax for complex gender, variants, and attributes in UI strings.
Best for: teams moving past flat key/value JSON for rich UI.

MDN – Intl API

Web Runtime

Browser number, date, and list formatting without rolling locale tables by hand in JavaScript stacks.
Best for: HTML5 / Phaser / web builds.

Official package for string tables, assets, and locale selection inside Unity projects.
Start here before writing bespoke CSV loaders for every platform.

Built-in CSV, PO, and TranslationServer flows for Godot 4.x projects.
Best for: matching locale codes to font fallbacks and UI anchors.

Epic’s overview of gather, manifest, archive, and export steps for UE games.
Use for: scheduling localization targets alongside cook and stage milestones.

Authoritative notes on charset, direction (RTL), and language tags for web-distributed games and portals.
Bookmark: when Steam pages and web demos must respect bidi layout.

Store-centric guidance on listing translation, ASO, and locale rollout for Android titles.
Pairs with: your in-game string QA checklist.

Apple’s entry hub for Xcode strings, bundles, and TestFlight locale verification.
Use for: iOS / macOS / visionOS SKUs that share string tables.

Self-hosted machine translation API for draft passes—not a substitute for human review, but useful for placeholder loc.
Always: budget for linguist sign-off before ship.

Managed Translation API and batch workflows with clear quotas—plan costs if you automate glossary sync.
Best for: MT-assisted first passes plus human editing in your TMS.