Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

[New Feature] auto popup a new strings key panel if user enter a strings key that not exists. #46

Open
alexlee002 opened this issue Apr 20, 2015 · 2 comments

Comments

@alexlee002
Copy link

If I enter a new strings key that not exists in current strings table, It would automatically (of if I cmd+Click the strings key) popup a panel that I can add a new strings key and multi-language values for it.

@alexlee002
Copy link
Author

Or, if we write the strings value in source code like this:

NSLocalizedString(@"This is my strings value", tableName);

If the strings value "This is my strings value" is already existed in tableName.strings with a key @"my_key", we can popup a tip to tell the user to use the exists key instead. e.g.:

NSLocalizedString(@"my_key", tableName);

@nek023
Copy link
Owner

nek023 commented Apr 24, 2015

Thanks.
So you have two ideas:

  1. Add a new key-value pair from popup
  2. Tell the users that the value is existing, and replace it with key if necessary

About the first one, I'd like to say this (in #47).
And for the second one, I cannot imagine the use case...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants