xoureldeen / Vectras-VM-Android

It's a Virtual Machine App for Android Which is Based on QEMU
https://vectras.vercel.app
GNU General Public License v2.0
243 stars 26 forks source link

Are there any plans to support languages other than English? #129

Closed adk23333 closed 1 week ago

adk23333 commented 1 week ago

As described in the title...

xoureldeen commented 1 week ago

You can contribute by creating a values-LANG/strings.xml file, where LANG is the language code you wish to support (e.g., values-es for Spanish). Add translations for all the strings in the original strings.xml file. Feel free to submit a pull request with your changes.

adk23333 commented 1 week ago

You can contribute by creating a values-LANG/strings.xml file, where LANG is the language code you wish to support (e.g., values-es for Spanish). Add translations for all the strings in the original strings.xml file. Feel free to submit a pull request with your changes.

Thank you for your detailed reply.