From ec824579d6844929282913eacde03431b1f6a486 Mon Sep 17 00:00:00 2001 From: Yuki Shindo Date: Sat, 30 Nov 2024 00:57:37 +0900 Subject: [PATCH] docs: add i18n section to README with instructions for adding new languages (#1735) --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/README.md b/README.md index 7224f14a5..0ffa0e661 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,7 @@ We will support custom icons later. - [PrimeVue](https://primevue.org/) with [TailwindCSS](https://tailwindcss.com/) for UI - [Litegraph](https://github.com/Comfy-Org/litegraph.js) for node editor - [zod](https://zod.dev/) for schema validation +- [vue-i18n](https://github.com/intlify/vue-i18n) for internationalization ### Git pre-commit hooks @@ -480,6 +481,54 @@ This repo is using litegraph package hosted on Locale` dropdown box. + ## Deploy - Option 1: Set `DEPLOY_COMFYUI_DIR` in `.env` and run `npm run deploy`.