locale_sheet 0.1.1 copy "locale_sheet: ^0.1.1" to clipboard
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).

example/README.md

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 #

  1. Open sample.xlsx in Excel and edit/save as needed.
  2. Use the locale_sheet CLI or API with --input example/sample.xlsx (or equivalent) to convert the file.
1
likes
150
points
155
downloads

Publisher

unverified uploader

Weekly Downloads

`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).

Repository (GitHub)
View/report issues

Topics

#localization #cli #arb #excel #i18n

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, excel, path

More

Packages that depend on locale_sheet