arb_excel_converter_tool 1.0.1
arb_excel_converter_tool: ^1.0.1 copied to clipboard
A command-line tool to convert Flutter's ARB localization files into a translatable Excel spreadsheet (XLSX).
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-12-16 #
- Feature: Added a default input path (
lib/l10n/app_en.arb) for easier use. - Feature: Added a
--help(-h) flag for in-terminal instructions. - Fix: Removed the "mandatory input" requirement that caused crashes.
- Improvement: Added descriptive error messages for missing files.
- Docs: Updated README with usage examples and an arguments table.
1.0.0 - 2025-12-15 #
Added #
- Initial public release of the ARB to Excel Converter Tool.
- Added core functionality to read
.arbfiles and extract keys, values, and descriptions. - Implemented command-line arguments for specifying input (
-i) and output (-o) files. - Created
arb_exportexecutable to simplify running the tool globally.