Skip to content

Commit

Permalink
fix(gui): add missing pipeline labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 29, 2023
1 parent 8e0e6cf commit e09b4a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/src/strings/de.ts
Expand Up @@ -151,9 +151,11 @@ export const I18N_STRINGS_DE = {
img2img: '',
inpaint: '',
lpw: '',
panorama: '',
pix2pix: '',
txt2img: '',
txt2txt: '',
upscale: '',
},
setting: {
connectServer: 'verbinden zum Server',
Expand Down
2 changes: 2 additions & 0 deletions gui/src/strings/en.ts
Expand Up @@ -203,9 +203,11 @@ export const I18N_STRINGS_EN = {
img2img: 'Img2Img',
inpaint: 'Inpaint',
lpw: 'Long Prompt Weighting',
panorama: 'Panorama',
pix2pix: 'Instruct Pix2Pix',
txt2img: 'Txt2Img',
txt2txt: 'Txt2Txt',
upscale: 'Upscale',
},
platform: {
amd: 'AMD GPU',
Expand Down
2 changes: 2 additions & 0 deletions gui/src/strings/es.ts
Expand Up @@ -151,9 +151,11 @@ export const I18N_STRINGS_ES = {
img2img: '',
inpaint: '',
lpw: '',
panorama: '',
pix2pix: '',
txt2img: '',
txt2txt: '',
upscale: '',
},
setting: {
connectServer: 'Conectar al servidor',
Expand Down
2 changes: 2 additions & 0 deletions gui/src/strings/fr.ts
Expand Up @@ -151,9 +151,11 @@ export const I18N_STRINGS_FR = {
img2img: '',
inpaint: '',
lpw: '',
panorama: '',
pix2pix: '',
txt2img: '',
txt2txt: '',
upscale: '',
},
setting: {
connectServer: '',
Expand Down

0 comments on commit e09b4a4

Please sign in to comment.