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 PlatformWeb-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 CATLightweight 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 CATOpen-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.
Crowdin – Open Source Program
Hosted TMSHosted 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 WorkflowGit-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 PlatformOpen-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 DocsReference 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.
ICU – International Components for Unicode
Standards / Locale DataIndustry-standard plural, collation, and formatting data used across engines and OS runtimes.
Use when: you argue about correct plural forms per language family.
Project Fluent (Mozilla)
Message FormatNatural 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 RuntimeBrowser number, date, and list formatting without rolling locale tables by hand in JavaScript stacks.
Best for: HTML5 / Phaser / web builds.
Unity Localization Package
Engine DocsOfficial package for string tables, assets, and locale selection inside Unity projects.
Start here before writing bespoke CSV loaders for every platform.
Godot Engine – Internationalization
Engine DocsBuilt-in CSV, PO, and TranslationServer flows for Godot 4.x projects.
Best for: matching locale codes to font fallbacks and UI anchors.
Unreal Engine – Localization
Engine DocsEpic’s overview of gather, manifest, archive, and export steps for UE games.
Use for: scheduling localization targets alongside cook and stage milestones.
W3C Internationalization
Web StandardsAuthoritative 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.
Google Play – Translate & localize apps
Store GuidanceStore-centric guidance on listing translation, ASO, and locale rollout for Android titles.
Pairs with: your in-game string QA checklist.
Apple Developer – Localization
Store GuidanceApple’s entry hub for Xcode strings, bundles, and TestFlight locale verification.
Use for: iOS / macOS / visionOS SKUs that share string tables.
LibreTranslate (Open Source MT)
Machine TranslationSelf-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.
Google Cloud Translation – Documentation
Cloud APIManaged 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.