Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundled FluentMessage and FluentArgs type #253

Open
clarfonthey opened this issue Mar 27, 2022 · 1 comment
Open

Bundled FluentMessage and FluentArgs type #253

clarfonthey opened this issue Mar 27, 2022 · 1 comment
Labels
crate:fluent-bundle Issues related to fluent-bundle crate enhancement help wanted We need help making decisions or writing PRs for this.

Comments

@clarfonthey
Copy link

clarfonthey commented Mar 27, 2022

Essentially, I want a pair of these that has been pre-validated, but not actually formatted into a string. This should just involve verifying the type and existence of arguments without actually formatting them inside the string.

Right now, the only way to actually "verify" this is to format the string and toss out the result, which is a pretty bad API IMHO.

@gregtatum gregtatum added enhancement help wanted We need help making decisions or writing PRs for this. labels Nov 7, 2022
@gregtatum
Copy link
Member

Seems useful to me.

@alerque alerque added the crate:fluent-bundle Issues related to fluent-bundle crate label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:fluent-bundle Issues related to fluent-bundle crate enhancement help wanted We need help making decisions or writing PRs for this.
Projects
None yet
Development

No branches or pull requests

3 participants