25huizengek1 / ViTune

An Android application for seamless music streaming
https://vitune.app
GNU General Public License v3.0
504 stars 31 forks source link

Add French translations #577

Closed Mickael81 closed 5 days ago

Wqttzicue commented 5 days ago

Yes! French translation

Wqttzicue commented 5 days ago

Uh, the filepath is messed up, but im pretty sure Ingek can easily put all in correct place

Wqttzicue commented 5 days ago

You did great work

Mickael81 commented 5 days ago

Thank you very much. I renamed the file "values-fr" to "strings.xml" but I was not able to create the folder "values-fr" as it was done for the other languages. I was trying to move the file "strings.xml" to the folder "values -fr".

Wqttzicue commented 5 days ago

Thank you very much. I renamed the file "values-fr" to "strings.xml" but I was not able to create the folder "values-fr" as it was done for the other languages. I was trying to move the file "strings.xml" to the folder "values -fr".

To make folder you need to add dash into name Like Path : src/ Add file Name : "strings.xml" Result src/strings.xml

Path : src/ Add file Name : "values-fr/strings.xml" Result src/values-fr/strings.xml

Adding dash in files name makes folder for it.

25huizengek1 commented 5 days ago

@Mickael81 Thank you so much for the translations!