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
Issue with using Crowdin with GrammaticalInflectionManager together in project.
Coditions:
Have crowdin-sdk integrated according to the example
Implement Grammatical inflection API as in the guide
Have different Drawable Resources directory, for ex. drawable, drawable-feminine, drawable-masculine
Add to directories different image files with similar name.
Expected behavior:
Resources are updated instantly depending on the gender set
Actual behaviour:
Resources do NOT update instantly based on the gender setting. Resources update after the app is restarted.
OS:
Android 14
Additional context:
I have problem with using Crowdin with GrammaticalInflectionManager together in project.
In my application I plan to use different image and animation resources depending on gender. I am going to use Grammatical inflection API for gender based UI implementation. But on prototyping step I detect that that solution is not working with Crowdin.
Resources do NOT update instantly based on the gender setting. I need to restart application to see updated images and animation.
How can I resolve this issue?
or
Do you have workaround for this problem?
The text was updated successfully, but these errors were encountered:
Issue with using Crowdin with
GrammaticalInflectionManager
together in project.Coditions:
drawable
,drawable-feminine
,drawable-masculine
Expected behavior:
Resources are updated instantly depending on the gender set
Actual behaviour:
Resources do NOT update instantly based on the gender setting. Resources update after the app is restarted.
OS:
Android 14
Additional context:
I have problem with using Crowdin with
GrammaticalInflectionManager
together in project.In my application I plan to use different image and animation resources depending on gender. I am going to use Grammatical inflection API for gender based UI implementation. But on prototyping step I detect that that solution is not working with Crowdin.
Resources do NOT update instantly based on the gender setting. I need to restart application to see updated images and animation.
How can I resolve this issue?
or
Do you have workaround for this problem?
The text was updated successfully, but these errors were encountered: