Home/Developer Tools/LocalizationManager
LocalizationManager logo

LocalizationManager

Enrichment pending
nickprotop/LocalizationManager

CLI tool and TUI editor for managing .NET .resx localization files. Validate translations, import/export CSV, add/remove languages, and edit interactively.

GraphCanon updated today · GitHub synced today

50
Stars
0
Forks
2
Open issues
3
Watchers
1d
Last push
CSS MITCreated Nov 9, 2025

Trust & integrity

Full report
Maintenance
Very active (1d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

CLI tool and TUI editor for managing .NET .resx localization files. Validate translations, import/export CSV, add/remove languages, and edit interactively.

Capability facts

Languages
css

Source: github.language · Jul 11, 2026

Categories

Tags

README

Installation

PPA Installation (Ubuntu/Debian) - Recommended:

sudo add-apt-repository ppa:nickprotop/lrm-tool
sudo apt update
sudo apt install lrm-standalone  # Self-contained (~72MB)

One-line install script (Linux):

curl -sSL https://raw.githubusercontent.com/nickprotop/LocalizationManager/main/install-lrm.sh | bash

Or download manually:

Linux:


---

## License

MIT License - see [LICENSE](LICENSE) for details.

---