You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.:
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.
The text was updated successfully, but these errors were encountered: