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

Link translation case (upper/lower/camel) #106

Closed
dragantl opened this issue Feb 11, 2017 · 2 comments
Closed

Link translation case (upper/lower/camel) #106

dragantl opened this issue Feb 11, 2017 · 2 comments

Comments

@dragantl
Copy link

I find link translations a useful feature. However, it quickly became apparent that a bit of control over it would be great. For example:

{
   en: {
      home_address: 'Home address',
      missing_address: 'Please provide @:home_address'
   }
}

Using en.missing_address will result in Please provide Home address. It would be great to specify a case format for the link sting like so Please provide @.lower:home_address. Other modifiers can be used such as upper and camel. I think if more control is needed, formatting has to be used. Maybe this suggestion is also an overkill but seems like upper/lower/camel are most frequent modifiers.

@kissu
Copy link

kissu commented Sep 23, 2018

Highly approved ! 🍡

@kazupon
Copy link
Owner

kazupon commented Nov 18, 2018

close due to implemented with #467

@kazupon kazupon closed this as completed Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants