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

Strings with punctuation #1

Closed
maxep opened this issue Oct 2, 2014 · 2 comments
Closed

Strings with punctuation #1

maxep opened this issue Oct 2, 2014 · 2 comments

Comments

@maxep
Copy link

maxep commented Oct 2, 2014

Hello!

I've just started using your tool, It really cleans up my code, thanks for that.

I'm facing an issue with punctuation. I'm using strings with and without punctuation, for example :

"Password" = "Mot de passe";
"Password:" = "Mot de passe :";

In my Strings resources, I only get the last one. Is there a way to get the two?

@mrackwitz
Copy link
Member

You could change the key in your .strings file to e.g. "PasswordTextFieldLabel". There is currently no other solution. Dublet keys could be enumerated, but this would reduce clarity.

@maxep
Copy link
Author

maxep commented Oct 3, 2014

You are right, thanks!

@maxep maxep closed this as completed Oct 3, 2014
mrackwitz pushed a commit that referenced this issue Oct 9, 2014
Fix typo in execution_output.txt
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

2 participants