Plugin translation extension

System Information
  • Strapi Version: 4.1.5
  • Operating System: MAC OS
  • Database: MySql
  • Node Version: 14.19.0
  • NPM Version: 6.14
  • Yarn Version: 1.22.17

Hello guys, I’m currently struggling with extension of content-versioning plugin. I want to translate the plugins language, but I somehow am not able to do so.

Plugin is installed and working, I’ve created extensions folder in src, created another folder inside src named “content-versioning”, added strapi-admin.js file including registerTrads async function which is from Strapi plugin extension guide. Then I’ve created admin and src folder inside content-versioning folder, added Translations folder inside “src” and sk.json file with translations. Ran build, but the plugin remains untouched. Can you please give me any hints on fixing this ?

Screenshot 2022-03-28 at 18.03.57

Thank you !