Skip to content

Commit

Permalink
feat: support fr-FR (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored Nov 30, 2024
1 parent 08021a4 commit cfdd4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/shared/prepare/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import fs from 'fs-extra';
const LOCLAES_MAP = [
'en-US',
'fa-IR',
'fr-FR',
'ru-RU',
'vi-VN',
'zh-CN',
Expand Down
1 change: 1 addition & 0 deletions common/shared/vite/prepend-umd-raw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import fs from 'fs-extra';
const LOCLAES_MAP = [
'en-US',
'fa-IR',
'fr-FR',
'ru-RU',
'vi-VN',
'zh-CN',
Expand Down

0 comments on commit cfdd4eb

Please sign in to comment.