Translate
The Microsoft To Do browser extension follows the WebExtension i18n1 Internationalization2 standard.
If your region's language is missing, you can add a new internationalization configuration
If you find an error in the current translation, you can correct the translation error
Requirement
Make sure you understand the relevant content in the Contribution guid before doing translation work.
Add a new i18n configuration
First, verify in the locale list3 that the browser supports your internationalization configuration.
Then, go to the i18n directory4, create a region directory, and add the messages.json
file to start translation.
Correct the translation error
In the messages.json
of the region directory, find the translation errors and fix them.
- https://developer.mozilla.org/zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/i18n↩
- https://developer.mozilla.org/zh-CN/docs/Mozilla/Add-ons/WebExtensions/Internationalization↩
- https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support↩
- https://github.com/WayneGongCN/microsoft-todo-browser-ext/tree/main/public/_locales↩