feat: Implement internationalization (i18n) with language switching and establish core backend services and frontend pages for course management.

This commit is contained in:
supalerk-ar66 2026-01-19 15:11:47 +07:00
parent 6a05e6fdb6
commit dbf62feea9
13 changed files with 3195 additions and 1463 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"devDependencies": {
"@nuxtjs/i18n": "^10.2.1"
}
}