From 5c4a19fcc6864734859245183deca9e56f695ffc Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Fri, 6 Dec 2024 15:50:20 +0100 Subject: [PATCH] Internationalize RO/TO text choices --- frontend/messages/en.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 707f7435e7..09e5637b6b 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -942,5 +942,16 @@ "targetObjective": "Target objective", "motivation": "Motivation", "resources": "Resources", - "pertinence": "Pertinence" + "pertinence": "Pertinence", + "limited": "Limited", + "significant": "Significant", + "important": "Important", + "unlimited": "Unlimited", + "strong": "Strong", + "irrelevant": "Irrelevant", + "partiallyRelevant": "Partially relevant", + "fairlyRelevant": "Fairly relevant", + "highlyRelevant": "Highly relevant", + "roTo": "RO/TO", + "addRoto": "Add RO/TO couple" }