Skip to main content

Droidlate

Droidlate is a lightweight, local, web-based translation workspace for Android strings.xml resource files. It features a clean, responsive, Weblate-inspired Single Page Application (SPA) designed to make translating Android applications fast, accurate, and resilient.


Core Usecases

  • Local Offline Workspace: Translate and edit local localization files on your machine. Avoid uploading sensitive resource files to third-party servers or setting up heavy server-side infrastructure.
  • Preserving XML Formatting & Comments: Standard XML parsers rewrite files, wiping out comments, custom spacing, ordering, and attributes. Droidlate's custom parsing engine performs in-place character index replacements to maintain exact XML styling, comments, structure, and formatting.
  • Plurals & String-Arrays Support: Seamlessly edit standard <string> elements, <plurals> (supporting quantity qualifiers like one, other, etc.), and ordered <string-array> lists within the same unified workspace.
  • Tracking Outdated Translations: When developers update a base string in values/strings.xml, translations can become outdated. Droidlate normalizes and hashes base strings into a lightweight local sidecar metadata file, highlighting which target translations need updates.
  • Placeholder Verification & QA: Mismatched Java-style placeholders (e.g., %s, %1$d in the source but % d or missing in the target) cause runtime crashes on Android. Droidlate validates alignment on every keystroke and flags warnings.
  • Orphaned String Pruning: Over time, strings are deleted from the main codebase but linger in translation files. Droidlate lists these "orphaned" strings and lets you prune them with a single click.

Key Features

  • Interactive Language Creation: Add and initialize new target locales (e.g., es, fr, zh-rCN) directly from the dashboard UI without manual directory setup.
  • Local Translation Memory (TM): Indexes your existing translations locally to suggest exact and partial completions offline, facilitating consistent phrasing across your codebase.
  • Translatable Flags & Read-Only View: Respects translatable="false" base flags. Non-translatable strings are isolated under a read-only filter tab and auto-pruned from target XML files.
  • Automatic Update Checker: Periodically checks PyPI in the background (cached for 24 hours) and alerts you in the web UI and CLI if a new release is available.
  • Sleek UI with Dark Mode: A modern HSL-tailored interface featuring layout toggles (especially optimized for mobile web layouts), status indicators, and translation statistics.
  • Keyboard Shortcuts: Built for productivity. Use Ctrl+S to instantly Save & Next, and Alt+1/Alt+2 to paste dynamic suggestions.
  • Auto-Translation Suggestions: Integrates with translation suggestion services (like Google Translate and MyMemory) to suggest translations on the fly.
  • Atomicity & Crash Resilience: Local updates are written to the target XML file first, then metadata sidecars second. If interrupted, the app automatically flags the key as Outdated on the next run, ensuring no state corruption.
  • Secure Server Binding: The local Flask server strictly binds to the loopback interface (127.0.0.1), ensuring your filesystem is safe from external network access.

Installation

The recommended way to install Droidlate is globally using pipx:

pipx install droidlate

Alternatively, you can install it using standard pip:

pip install droidlate

Local Development

If you want to run it from source or install in editable mode:

# Clone the repository and install dependencies
git clone https://github.com/estiaksoyeb/Droidlate.git
cd Droidlate
pip install -e .

Usage & CLI Commands

Once installed, you can launch the Droidlate workspace using the droidlate CLI command:

1. Auto-Scan Mode (Default)

Run the command in your Android project root (or near your resources). Droidlate will auto-detect typical folders like app/src/main/res/, src/main/res/, or res/:

droidlate

2. Specify Resource Directory

You can explicitly define where the Android resource directory is located:

droidlate --res-dir /path/to/android/app/src/main/res

3. Single-File Mode

To translate or edit a single pair of strings files directly:

droidlate --source app/src/main/res/values/strings.xml --target app/src/main/res/values-es/strings.xml

4. Custom Port

Run the local web server on a different port:

droidlate --port 8080

Repository Structure

├── droidlate/                     # Package root
│   ├── parser/
│   │   ├── xml_parser.py          # Expat character-level round-trip parser
│   │   └── diff_engine.py         # Hashing, validation, and status engines
│   ├── translator/
│   │   └── engine.py              # Translation Orchestrator
│   ├── web/
│   │   ├── server.py              # Flask server and local REST APIs
│   │   └── static/                # Single Page Web App (HTML, CSS, JS)
│   ├── cli_wizard.py              # CLI console loop wizard
│   └── main.py                    # Command entry point
├── pyproject.toml                 # Package configuration and script registration
├── requirements.txt               # App dependencies
└── README.md                      # This documentation

Credits


License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See LICENSE for details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

droidlate-1.2.2.tar.gz (51.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

droidlate-1.2.2-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file droidlate-1.2.2.tar.gz.

File metadata

  • Download URL: droidlate-1.2.2.tar.gz
  • Upload date:
  • Size: 51.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for droidlate-1.2.2.tar.gz
Algorithm Hash digest
SHA256 010f27964f165dad06f22de3e181d8e7dd17647f61e2657a7f6a46b02a3b85a6
MD5 c9589f64905fcc5abaefe176b6e21df0
BLAKE2b-256 76b24cd69c849c7c25f84ed1dd2dc566403050b1ed09273e26d0399e0309c279

See more details on using hashes here.

Provenance

The following attestation bundles were made for droidlate-1.2.2.tar.gz:

Publisher: publish.yml on estiaksoyeb/Droidlate

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file droidlate-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: droidlate-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for droidlate-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f31b0cb7283f293a01be7eba07f9cd07576a66d724334738685cb22f31accaaa
MD5 9bfb242629585b2f9ebd292c64f2b6d0
BLAKE2b-256 e29a5d9774e8342ac018aad72c5aefafdb648bd5ceb65441bc16ebb4aaa142a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for droidlate-1.2.2-py3-none-any.whl:

Publisher: publish.yml on estiaksoyeb/Droidlate

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.2.2 This release

2 files

1.2.1

2 files

1.2.0

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page