Skip to content

Commit

Permalink
chore: umd build add fa lang (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 authored Oct 17, 2024
1 parent b7301af commit 8cfbce2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/umd/scripts/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ async function generateLocale() {
}, {
key: 'zh-TW',
dayjsKey: 'zh-tw',
}, {
key: 'fa-IR',
dayjsKey: 'fa',
}];

const outputDir = path.resolve(__dirname, '../lib/locale');
Expand Down

0 comments on commit 8cfbce2

Please sign in to comment.