Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
muthuk1
/
OpenMAIC-React
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
8dd8a8d
OpenMAIC-React
/
src
/
lib
/
i18n
/
types.ts
muthuk1
Convert OpenMAIC from Next.js to React (Vite)
f56a29b
verified
26 days ago
raw
Copy download link
history
blame
158 Bytes
import
{ supportedLocales }
from
'./locales'
;
export
type
Locale
= (
typeof
supportedLocales)[
number
][
'code'
];
export
const
defaultLocale
:
Locale
=
'zh-CN'
;