excel2l10n 0.1.4 copy "excel2l10n: ^0.1.4" to clipboard
excel2l10n: ^0.1.4 copied to clipboard

A tool to convert excel to l10n files.

0.0.1 #

  • Implement platform feishu.
  • Implement target getx.

0.0.2 #

  • Basic implement for target arb.

    Currently supported:

    • description
    • Only String type placeholders

0.0.3 #

  • Basic implement target localizations.

    What's different with target arb:

    • No need to generate .arb file, directly generate .dart file.
    • Generate TextSpan for placeholders. It means you can use Text.rich to display the value.
    • Other features supported are the same as target arb.

0.1.0 #

  • Relaxing dart version restrictions 3.5.3->3.3.0

0.1.1 #

  • Add feature escaping for target localizations

0.1.1+1 #

  • Fix escaping error when build get String method for target localizations

0.1.2 #

  • Add feature extension for target localizations.

    You can write your excel2l10n.yaml like this:

    ```yaml
    target:
      name: localizations
      genExtension: true
    ```
    

    to additional generate a base class for your localizations class.

    You can write your own localizations as a supplement. And it will not be overwritten by subsequent generation operations.

0.1.2+1 #

  • Fix extension error when build extension mixin for target localizations

0.1.3 #

  • Optimize generating TextSpan for target localizations. It will not generate TextSpan(text: '').

0.1.4 #

  • User InlineSpan instead of TextSpan when generating placeholders.
1
likes
130
points
281
downloads

Publisher

verified publishernysm.dev

Weekly Downloads

A tool to convert excel to l10n files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, dart_style, dio, yaml

More

Packages that depend on excel2l10n