arb_excel_converter_tool 1.0.0
arb_excel_converter_tool: ^1.0.0 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.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.