polymorphicshade / NewPipe

A fork of NewPipe with SponsorBlock functionality.
GNU General Public License v3.0
3.22k stars 106 forks source link

Translation (Question) #276

Closed ghost closed 1 year ago

ghost commented 1 year ago

Checklist

Feature description

How do I do translations?

Why do you want this feature?

I will add an Azerbaijani translation.

Why ist the feature relevant to this fork?

Because the translations of SponsorBlock and additional features are in this fork.

Additional information

No response

polymorphicshade commented 1 year ago

Fork the repo, clone it to your local file system, add your translated strings into an appropriate XML file, then submit a pull-request.

More info:

Basically you just need a strings.xml specific to your target locale. I believe the folder name would be "values-az" or something like that, not entirely sure though.

ghost commented 1 year ago

This is difficult