AndroidLocalizePlugin
AndroidLocalizePlugin copied to clipboard
Bug: cannot have same key name for plurals and strings.
Please select the affected platforms
- [ x] Android Studio
- [ ] IntelliJ IDEA
Please select the translator to use
- [ ] Google (API)
- [ ] Microsoft
- [ ] Baidu
- [ ] Youdao
- [ ] Ali
- [ x] DeepL
Version of Plugin and IDE
- Plugin Version: 3.0.0
- IDE Version: Android Studio Electric Eel | 2022.1.1 Patch 2
Issue details
If we have
<string name="your_key_for_string>"Test String"</string>.
I cannot have a resource naming
<plurals name="your_key_for_string">...."
Thanks for the feedback, this is a bug and I will fix it in a later version.