Airsaid / AndroidLocalizePlugin

:earth_asia: Android localization plugin. supports multiple languages and multiple translators.
https://plugins.jetbrains.com/plugin/11174-androidlocalize
Apache License 2.0
582 stars 91 forks source link

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

Open vamshinagamalla opened 1 year ago

vamshinagamalla commented 1 year ago

Please select the affected platforms

Please select the translator to use

Version of Plugin and IDE

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">...."

Airsaid commented 1 year ago

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