iDevoid / iofi-ufo

This is the source code of iofi's website, Indonesian HoloLive. it's fan-made and not related to HoloLive Production Company
http://iofi.moe
0 stars 1 forks source link

Chinese Language Support #1

Open iDevoid opened 3 years ago

iDevoid commented 3 years ago

As you may know that I haven't added the Chinese Version for this site since I don't understand Chinese at all :sweat: I hope you can help me to add Chinese language support. path you need to check:

├── src
    ├── assets/voices  # this is voice button data. add zh.json and follow the json format.
├── components
    ├── LocaleSwitcher.vue # add language data here.
├── locales  # this is the directory for language json file. add zh.json and follow the json format.

thank you :pray:

pekopull commented 3 years ago

Done! I made a pull request.