microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
240 stars 159 forks source link

How to do localization #31

Open laedit opened 5 years ago

laedit commented 5 years ago

For the build tasks, I have found from the tasks repo that the task.json must have a task.loc.json with id like ms-resource:loc. instead of the resources, and a bunch of localized .resjson files in the folder Strings/resources.resjson/.

But I have found nothing for UI like the ones in this repository.

Is there any documentation or process to localize these parts?

VAllens commented 3 years ago

I will continue to pay attention to this matter