refactor: add basic versioning to translations

This commit is contained in:
Stavros
2025-04-06 15:43:30 +03:00
parent e43bd651b6
commit 98abe514e1
2 changed files with 55 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ i18n
],
backendOptions: [
{
loadPath: "https://cdn.tinyauth.app/i18n/{{lng}}.json",
loadPath: "https://cdn.tinyauth.app/i18n/v1/{{lng}}.json",
},
],
},