Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
nebula2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nebula2
/
src
/
i18n
/
ui.ts
soiz1
Upload folder using huggingface_hub
01fcadf
verified
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
import
en_US
from
"./en_US.json"
;
import
jp
from
"./jp.json"
;
export
const
defaultLang =
"en_US"
;
export
const
ui = {
en_US,
jp
};