locale_sheet 0.1.1
locale_sheet: ^0.1.1 copied to clipboard
`locale_sheet` is a lightweight Dart CLI and library that treats an Excel spreadsheet as a single source of truth and converts localization strings into multiple output formats (currently: ARB).
Sample Excel file #
README (English) | README (日本語)
This file contains sample data used for testing and verifying the behavior of the locale_sheet package.
sample.xlsx— a simple example (columns:key,en,ja) that can be opened and edited with Excel.
Contents #
| key | en | ja |
|---|---|---|
| hello | Hello | こんにちは |
| bye | Goodbye | さようなら |
Usage #
- Open
sample.xlsxin Excel and edit/save as needed. - Use the
locale_sheetCLI or API with--input example/sample.xlsx(or equivalent) to convert the file.