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

Custom rewriteKeys when adding adding new keys to json file #362

Closed
mscolnick opened this issue Aug 3, 2020 · 1 comment
Closed

Custom rewriteKeys when adding adding new keys to json file #362

mscolnick opened this issue Aug 3, 2020 · 1 comment

Comments

@mscolnick
Copy link

Is your feature related to a specific framework or general for this extension
Custom framework

Describe the solution you'd like
It would be great to have custom rewriteKeys. Currently when adding a new key foo.bar, it'll add it like so:

{
 ...
 "foo.bar": "{count} car"
}

It would be nice to have the option to write this to:

{
 ...
 "foo.bar": {
     "singular": "{count} car",
     "plural": "",
     "description": "",
  }
}
@stale
Copy link

stale bot commented Oct 7, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 7, 2020
@stale stale bot closed this as completed Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants