Nailik / rhasspy_mobile

Rhasspy is a voice assistant software. This repository implements the functionality of a Rhasspy satellite, with local wake word recognition.
53 stars 4 forks source link

Create it/strings.xml #533

Closed pajeronda closed 1 month ago

pajeronda commented 2 months ago

Italian language for Rhasspy Mobile This is the first version. As soon as I have the chance to test it I will check if there are things to improve. If you introduce changes that require an update, let me know.

Nailik commented 2 months ago

Thanks for your PR. I forgot to mention one thing: LanguageType needs a third entry Italian(MR.strings.it.stable, "it"); - so you also need to add a string <string name="it">Italian</string> to all 3 language files (base aka english, german and italian). please add it below the others:

<string name="de">Deutsch</string>
<string name="en">English</string>