Skip to content

Commit

Permalink
fix(gui): add strings for highres iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 10, 2023
1 parent 7f504a5 commit 8beb099
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/strings/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const I18N_STRINGS_DE = {
fillColor: 'Füllfarbe',
height: 'Höhe',
highres: {
iterations: '',
label: '',
method: '',
scale: '',
Expand Down
1 change: 1 addition & 0 deletions gui/src/strings/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const I18N_STRINGS_EN = {
fillColor: 'Fill Color',
height: 'Height',
highres: {
iterations: 'Iterations',
label: 'Highres',
method: 'Upscaler',
scale: 'Scale',
Expand Down
1 change: 1 addition & 0 deletions gui/src/strings/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const I18N_STRINGS_ES = {
fillColor: 'Color de relleno',
height: 'Altura',
highres: {
iterations: '',
label: '',
method: '',
scale: '',
Expand Down
1 change: 1 addition & 0 deletions gui/src/strings/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const I18N_STRINGS_FR = {
fillColor: '',
height: '',
highres: {
iterations: '',
label: '',
method: '',
scale: '',
Expand Down

0 comments on commit 8beb099

Please sign in to comment.