Skip to content

Commit

Permalink
fix(gui): add strings for save menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 2, 2023
1 parent 5d18779 commit b4db21e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui/src/strings/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ export const I18N_STRINGS_DE = {
txt2txt: '',
upscale: '',
},
save: {
image: '',
metadata: '',
},
setting: {
connectServer: 'verbinden zum Server',
history: 'Bildgeschichte',
Expand Down
4 changes: 4 additions & 0 deletions gui/src/strings/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ export const I18N_STRINGS_EN = {
rocm: 'ROCm',
tensorrt: 'TensorRT',
},
save: {
image: 'Image',
metadata: 'Metadata',
},
setting: {
connectServer: 'Connect',
history: 'Image History',
Expand Down
4 changes: 4 additions & 0 deletions gui/src/strings/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ export const I18N_STRINGS_ES = {
txt2txt: '',
upscale: '',
},
save: {
image: '',
metadata: '',
},
setting: {
connectServer: 'Conectar al servidor',
history: 'Historia de la imagen',
Expand Down
4 changes: 4 additions & 0 deletions gui/src/strings/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ export const I18N_STRINGS_FR = {
txt2txt: '',
upscale: '',
},
save: {
image: '',
metadata: '',
},
setting: {
connectServer: '',
history: '',
Expand Down

0 comments on commit b4db21e

Please sign in to comment.