Skip to content

Commit

Permalink
chore: update playground to v4 format
Browse files Browse the repository at this point in the history
  • Loading branch information
samk-dev committed Jun 21, 2024
1 parent b580228 commit 46eb4f6
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
File renamed without changes.
8 changes: 8 additions & 0 deletions playground/app/locales/ca-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comment-multi": "Test comentari",
"comment-test": "Test comentari",
"hmr": "hmr",
"login": "Accedir",
"logout": "Tencar sesió",
"tomorrow": "Demà"
}
8 changes: 8 additions & 0 deletions playground/app/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comment-multi": "Comment test",
"comment-test": "Comment test",
"hmr": "hmr",
"login": "Login",
"logout": "Logout",
"tomorrow": "Tomorrow"
}
8 changes: 8 additions & 0 deletions playground/app/locales/es-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comment-multi": "Test comentario",
"comment-test": "Test comentario",
"hmr": "hmr",
"login": "Acceder",
"logout": "Cerrar sesión",
"tomorrow": "Mañana"
}
File renamed without changes.
5 changes: 4 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export default defineNuxtConfig({
modules: ['../src/module'],
'translation-manager': {},
devtools: { enabled: true }
devtools: { enabled: true },
future: {
compatibilityVersion: 4
}
})

0 comments on commit 46eb4f6

Please sign in to comment.