Skip to content

Commit

Permalink
Merge pull request #49 from AntaresSimulatorTeam/fix/i18n_add_study
Browse files Browse the repository at this point in the history
fix: i18n corrected for study
  • Loading branch information
vargastat authored Feb 3, 2025
2 parents 8744727 + 5f3bc23 commit ba1807a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@
"@keyword_minimum_error": "Keyword must be at least {{min}} characters",
"@keyword_maximum_error": "Keyword must not exceed {{max}} characters",
"@keyword_max_keys_errors": "Cannot add more than {{maxNbKey}} keywords"
},
"study": {
"@open": "Open",
"@duplicate": "Duplicate",
"@delete": "Delete"
}
}
5 changes: 5 additions & 0 deletions src/shared/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@
"@keyword_minimum_error": "Le mot-clé doit avoir à minimum {{min}} lettres",
"@keyword_maximum_error": "Le mot-clé ne doit pas dépasser {{max}} lettres",
"@keyword_max_keys_errors": "Il n'est pas possible d'ajouter plus que {{maxNbKey}} mot-clés"
},
"study": {
"@open": "Ouvrir",
"@duplicate": "Dupliquer",
"@delete": "Effacer"
}
}

0 comments on commit ba1807a

Please sign in to comment.