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).
🚀 ARB Excel Converter Tool #
A powerful command-line utility to convert Flutter's .arb localization files into a translatable Excel spreadsheet (.xlsx).
This tool simplifies the localization workflow by extracting keys, values, and descriptions from your primary .arb file into a structured spreadsheet, making it easy for translators to work with.
✨ Features #
- Key Extraction: Extracts all localization keys (e.g.,
helloWorld). - Value Extraction: Extracts the default language value (e.g., "Hello World").
- Description Support: Includes the
@@descriptionmetadata, providing context for translators. - Clean Output: Generates a single Excel file with a clear structure (
Key,Value,Description).
📦 Installation #
This is a global command-line tool published on pub.dev.
1. Activate the Tool Globally #
Install the package directly from pub.dev using the Dart package manager:
dart pub global activate arb_excel_converter_tool