Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x authored Jul 21, 2024
1 parent a03097f commit 2740d7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ const t = i18n.init({
default: {
// user pages
load: `/lang.json`,
type: 'json',
defaultLang: 'en',
},
admin: {
// admin pages
load: `/lang-admin.json`,
type: 'json',
defaultLang: 'en',
},
},
detection: {
Expand All @@ -113,12 +113,12 @@ const t = i18n.init({
default: {
// user pages
load: `/lang.json`,
type: 'json',
defaultLang: 'en',
},
admin: {
// admin pages
load: `/lang-admin.json`,
type: 'json',
defaultLang: 'en',
},
},
detection: {
Expand All @@ -144,12 +144,12 @@ const t = i18n.init({
default: {
// user pages
load: `/lang.json`,
type: 'json',
defaultLang: 'en',
},
admin: {
// admin pages
load: `/lang-admin.json`,
type: 'json',
defaultLang: 'en',
},
},
detection: {
Expand Down

0 comments on commit 2740d7d

Please sign in to comment.