Skip to content

Proposal: CLI Utilities for Manipulating .flt Files #383

Description

@hwhsu1231

One of the most powerful aspects of Gettext is the comprehensive suite of command-line utilities it provides for handling .pot and .po files, such as:

  • xgettext: Extracts translatable strings from source code.
  • msgcat: Concatenates and merges message catalogs.
  • msgmerge: Merges two disparate translation archives.
  • ...and many others.

Therefore, I would like to propose the development of a similar set of native CLI utilities for Fluent to streamline the localization workflow. These might include:

  • xfluent: To extract strings into Fluent files.
  • fltcat: To concatenate multiple .flt files.
  • fltmerge: To manage updates and merges between .flt files.
  • ...and many others.

Providing these tools would allow developers to easily manipulate .flt files directly within scripts or CI/CD pipelines, significantly improving the developer experience for projects using Fluent as their localization system.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions