This repository contains translations for device specific strings on my builds for the Redmi Note 10 Pro.
If you want to add translations for your language please create a pull request which adds the translations. You can find the current english strings here.
To add a new language you need to copy the english file over to ./PartsTranslationsOverlay/res/values-{your_country_code}/strings.xml and translate the strings. Do NOT modify the name of the strings.
Example: You want to translate "Example" to "Beispiel". This is how such a string could look like originally:
<string name="example">Example</string>
This is how you translate it:
<string name="example">Beispiel</string>