So far the extension it's only available in English and Spanish. Adding new languages it's just a matter to [copy the English folder](https://github.com/dobladov/youtube2Anki/tree/master/src/_locales ) with the [name of the target language](https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support) and replace the texts. Example of how to do it: https://github.com/dobladov/youtube2Anki/pull/33
So far the extension it's only available in English and Spanish.
Adding new languages it's just a matter to copy the English folder with the name of the target language and replace the texts.
Example of how to do it: #33