Skip to content

Commit

Permalink
translating fix for cspr creation (#649)
Browse files Browse the repository at this point in the history
Signed-off-by: Rehili Ghazwa <[email protected]>
  • Loading branch information
ghazwarhili authored Dec 9, 2024
1 parent 339dbed commit d2d3f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/translations/en/networkModificationsEn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ export const networkModificationsEn = {
'network_modifications.TABULAR_CREATION': 'Tabular creation - {computedLabel}',
'network_modifications.tabular.GENERATOR_CREATION': 'generator creations',
'network_modifications.LCC_CREATION': 'Creating HVDC (LCC) {computedLabel}',
'network_modifications.CSPR_CREATION': 'Creating CSPR {computedLabel}',
};
1 change: 1 addition & 0 deletions src/translations/fr/networkModificationsFr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ export const networkModificationsFr = {
'network_modifications.TABULAR_CREATION': 'Création tabulaire - {computedLabel}',
'network_modifications.tabular.GENERATOR_CREATION': 'créations de générateurs',
'network_modifications.LCC_CREATION': 'Création de la HVDC (LCC) {computedLabel}',
'network_modifications.STATIC_VAR_COMPENSATOR_CREATION': 'Création de CSPR {computedLabel}',
};

0 comments on commit d2d3f33

Please sign in to comment.