Skip to content

Commit

Permalink
Improve loading message for simplification panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 21, 2024
1 parent e0a9315 commit ae33a49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const en = {
SmoothingComputingGPUStewart: 'Computing Stewart\'s potential on GPU...',
SmoothingContours: 'Computing contours...',
SmoothingIntersections: 'Clipping contours with mask layer...',
PreparingForSimplification: 'Preparing the dataset for simplification...',
PreparingForSimplification: 'Preparing the layer for simplification...',
},
Messages: {
Information: 'Information',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const fr = {
SmoothingComputingGPUStewart: 'Calcul du potentiel de Stewart sur le GPU...',
SmoothingContours: 'Calcul des contours...',
SmoothingIntersection: 'Calcul de l\'intersection entre les contours et la couche de masquage...',
PreparingForSimplification: 'Préparation du jeu de données pour la simplification...',
PreparingForSimplification: 'Préparation du fond de carte pour la simplification...',
},
Messages: {
Information: 'Information',
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type RootTranslation = {
*/
SmoothingIntersections: string
/**
* P​r​e​p​a​r​i​n​g​ ​t​h​e​ ​d​a​t​a​s​e​t​ ​f​o​r​ ​s​i​m​p​l​i​f​i​c​a​t​i​o​n​.​.​.
* P​r​e​p​a​r​i​n​g​ ​t​h​e​ ​l​a​y​e​r​ ​f​o​r​ ​s​i​m​p​l​i​f​i​c​a​t​i​o​n​.​.​.
*/
PreparingForSimplification: string
}
Expand Down Expand Up @@ -6038,7 +6038,7 @@ export type TranslationFunctions = {
*/
SmoothingIntersections: () => LocalizedString
/**
* Preparing the dataset for simplification...
* Preparing the layer for simplification...
*/
PreparingForSimplification: () => LocalizedString
}
Expand Down

0 comments on commit ae33a49

Please sign in to comment.