Skip to content

Commit

Permalink
refactor: Update en.ts locale file with new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Jun 17, 2024
1 parent f03e6d6 commit 11bfffe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/xgen/locales/en.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import layout from './source/en/layout'
import login from './source/en/login'
import messages from './source/en/messages'

export default {
...layout,
...login,
...messages
}

0 comments on commit 11bfffe

Please sign in to comment.