enricocid / VectorifyDaHome

📱 Minimal app to apply wallpapers from a vast (400+) collection of vector graphics 🙃 :trollface:
Apache License 2.0
271 stars 34 forks source link

Add French translation #9

Closed NathanBnm closed 4 years ago

NathanBnm commented 4 years ago

I added French translations but I don't know if adding the values-fr with the string.xml file is enough to make them available.

I don"t understand why these strings are not translatable. They should be.

There is

    <string name="title_presets" translatable="false">Presets</string>

and

    <string name="title_sport" translatable="false">Sport</string>
enricocid commented 4 years ago

Yes, it is enough :) You can make them translatable if You want. No problem ;)

NathanBnm commented 4 years ago

There was the "Preview" word too. Ready to go :rocket:

enricocid commented 4 years ago

Thanks :)

enricocid commented 4 years ago

Hello, I noticed that there's a missing translation

`<string name="message_clear_single_recent_setup">Setup &#35;%1s will be deleted. Are You sure?</string>`

Could you please update fr strings? Thanks :)