kellpossible / cargo-i18n

A Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library
MIT License
120 stars 24 forks source link

Config option to specify domain name #106

Closed LeMarwin closed 1 year ago

LeMarwin commented 1 year ago

close #39

FluentConfig now has domain field

pub domain: Option<String>

If present, it overrides the default domain name

kellpossible commented 1 year ago

hi @LeMarwin sorry I just saw this PR! I'll try to take a look at it this week

kellpossible commented 1 year ago

@LeMarwin looks like it might need a cargo fmt run

LeMarwin commented 1 year ago

@kellpossible, fmt done. Didn't know that cargo fmt polices comments too

kellpossible commented 1 year ago

@LeMarwin Thanks! Merged :)