Skip to content

KText Plugin

Gradle Kotlin License: MIT

A lightweight Gradle plugin for validating and managing translations across multiple languages and modules in your project.
Supports JSON and strings.xml files to ensure all keys are consistent between languages.


Features

  • Cross-language validation → Detect missing keys/values between source and target translation files (e.g., en.json vs hi.json).
  • Multi-format support → Works with JSON and Android strings.xml.
  • Multi-module friendly → Aggregate translation validation across modules.
  • Configurable → Easily point to your translation files in the Gradle build.
  • Safe defaults → Skips validation gracefully if files are missing.

If you like this plugin, don’t forget to star the repo!

GitHub