farimarwat / LokaleNow

An android gradle plugin for automating localization
87 stars 13 forks source link

Some points to be checked #8

Open najam-jas-android opened 8 months ago

najam-jas-android commented 8 months ago

First its good library to consume for locale conversion in xml android studio

I found few points to be fixed or update: 1- If language "fr" is selected the apostrophe is not working fine but getting part of string "l 'appareil " that might because of space between "l appariel" kindly check it.

2- If once configured for the languages it should not start from the beginning to convert the language, suppose I have converted 100 strings before, after updating they get 150, when I rebuild it is starting from 0 to onvert. fix if it is possible

3- I found if build process is cancelled during string conversion it alter all the existing languages strings to English readable text, this really required the fix, If languages converted previously and someone cancel process, he might get bad results.

Thanks

farimarwat commented 2 months ago

Your points are iportant. I will fix it when get some free time. appreciated 👌