Skip to content

Commit

Permalink
fix: translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amytsang committed Oct 31, 2024
1 parent 5ada25f commit 08c1a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/main/lingui.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
catalogs: [
{
path: 'src/locales/{locale}/messages',
include: ['src/components', 'src/hooks', 'src/layout', 'src/pages', 'src/store'],
include: ['src/components', 'src/hooks', 'src/layout', 'src/pages', 'src/store', 'src/widgets'],
},
],
format: 'po',
Expand Down

0 comments on commit 08c1a49

Please sign in to comment.