Skip to content

Commit

Permalink
Refactor lunaria.config.ts to exclude tracking configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 28, 2024
1 parent 8698c97 commit 20fdd28
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions www/docs/lunaria.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@ export default defineConfig({
{
include: ['src/content/i18n/*.json'],
pattern: 'src/content/i18n/@lang.json',
type: 'dictionary',
type: 'universal',
},
],
tracking: {
localizableProperty: 'i18nReady',
ignoredKeywords: [
'lunaria-ignore',
'typo',
'en-only',
'broken link',
'i18nReady',
'i18nIgnore',
],
},
// tracking: {
// localizableProperty: 'i18nReady',
// ignoredKeywords: [
// 'lunaria-ignore',
// 'typo',
// 'en-only',
// 'broken link',
// 'i18nReady',
// 'i18nIgnore',
// ],
// },
});

0 comments on commit 20fdd28

Please sign in to comment.