update wiki

Signed-off-by: Vladimir Mandic <mandic00@live.com>
Vladimir Mandic
2026-05-20 11:33:19 +02:00
parent ef0acf4d57
commit dbf401770a
5 changed files with 9 additions and 9 deletions
+2 -2
@@ -1,6 +1,6 @@
# Hints
SD.Next hints system is based on the single JSON file: [html/locale_en.json](https://github.com/vladmandic/sdnext/blob/dev/html/locale_en.json)
SD.Next hints system is based on the single JSON file: [ui/locale/locale_en.json](https://github.com/vladmandic/sdnext/blob/dev/ui/locale/locale_en.json)
Structure of the file is simple: For each visible UI label, there is a corresponding hint that is displayed when user hovers over the label.
@@ -74,4 +74,4 @@ Do not use `<ul>`, `<li>`, Markdown asterisks, or unicode bullets; none of those
### Translation propagation
`html/locale_en.json` is the source of truth. Other `locale_*.json` files are auto-generated by `cli/localize.js`, so formatting changes in English propagate forward on the next translation run. Per-locale corrections live in `html/override_{locale}.json` (see [Localization](Locale)).
`ui/locale/locale_en.json` is the source of truth. Other `locale_*.json` files are auto-generated by `cli/localize.js`, so formatting changes in English propagate forward on the next translation run. Per-locale corrections live in `ui/override_{locale}.json` (see [Localization](Locale)).
+1 -1
@@ -8,7 +8,7 @@
## SD.Next: All-in-one WebUI for AI generative image and video creation
<div align="center">
<img src="https://github.com/vladmandic/sdnext/raw/master/html/logo-transparent.png" width=320 alt="SD.Next">
<img src="https://github.com/vladmandic/sdnext/raw/dev/ui/assets/logo-transparent.png" width=320 alt="SD.Next">
</div>
## Step 1: Installation
+3 -3
@@ -1,6 +1,6 @@
# Localization
SD.Next localization system is based on the single JSON file: [html/locale_en.json](https://github.com/vladmandic/sdnext/blob/dev/html/locale_en.json)
SD.Next localization system is based on the single JSON file: [ui/locale/locale_en.json](https://github.com/vladmandic/sdnext/blob/dev/ui/locale/locale_en.json)
The structure is simple: for each visible UI label, there is a corresponding hint displayed when the user hovers over the label.
@@ -13,14 +13,14 @@ The structure is simple: for each visible UI label, there is a corresponding hin
> [!TIP]
> See [Hints](Hints) document for more details
This file is auto-translated using an LLM model to create separate files in the format `html/locale_{locale}.json`. These auto-generated files should not be edited directly as they will be overwritten on the next update. For translation improvements, contact the maintainers.
This file is auto-translated using an LLM model to create separate files in the format `ui/locale/locale_{locale}.json`. These auto-generated files should not be edited directly as they will be overwritten on the next update. For translation improvements, contact the maintainers.
> [!NOTE]
> Translation is performed using the `cli/localize.js` script
## Editing Localization
For poor translations or to provide better alternatives, create or edit `html/override_{locale}.json`. This file should include only the specific items you want to override.
For poor translations or to provide better alternatives, create or edit `ui/locale/override_{locale}.json`. This file should include only the specific items you want to override.
### Supported Languages
+2 -2
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/vladmandic/sdnext/raw/master/html/logo-transparent.png" width=200 alt="SD.Next: AI art generator logo">
<img src="https://github.com/vladmandic/sdnext/raw/dev/ui/assets/logo-transparent.png" width=200 alt="SD.Next: AI art generator logo">
# SD.Next: All-in-one WebUI
@@ -31,7 +31,7 @@ SD.Next is a powerful, open-source WebUI app for AI image and video generation,
### Screenshot: Desktop interface
<div align="center">
<img src="https://github.com/vladmandic/sdnext/raw/dev/html/screenshot-robot.jpg" alt="SD.Next: AI art generator desktop interface screenshot" width="90%">
<img src="https://github.com/vladmandic/sdnext/raw/dev/ui/assets/screenshot-robot.jpg" alt="SD.Next: AI art generator desktop interface screenshot" width="90%">
</div>
### Screenshot: Mobile interface
+1 -1
@@ -8,7 +8,7 @@
## SD.Next: All-in-one WebUI for AI generative image and video creation
<div align="center">
<img src="https://github.com/vladmandic/sdnext/raw/master/html/logo-transparent.png" width=320 alt="SD.Next">
<img src="https://github.com/vladmandic/sdnext/raw/dev/ui/assets/logo-transparent.png" width=320 alt="SD.Next">
</div>
## Step 1: Installation