AndroidLocalizePlugin icon indicating copy to clipboard operation
AndroidLocalizePlugin copied to clipboard

Bug: cannot have same key name for plurals and strings.

Open vamshinagamalla opened this issue 2 years ago • 1 comments

Please select the affected platforms

  • [ x] Android Studio
  • [ ] IntelliJ IDEA

Please select the translator to use

  • [ ] Google
  • [ ] 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">...."

vamshinagamalla avatar Apr 04 '23 15:04 vamshinagamalla

Thanks for the feedback, this is a bug and I will fix it in a later version.

Airsaid avatar Apr 08 '23 04:04 Airsaid