You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Save and show the certified version of an answer (#376)
This ensures that the latest certified answer is always accessible, even after the answer has been modified.
Also:
- Adds a confirm modal when editing a certified answer
- Adds the date of certification to the Certified flag
- Upgrade date-fns
- Fixes Algolia synonyms in some cases
'This answer has been certified by a specialist in this field.\nAre you sure that you want to modify it ?\nThis version will still be kept'
183
217
},
184
218
fr: {
185
219
menu: {
@@ -190,9 +224,14 @@ Read.translations = {
190
224
answer: 'Réponse'
191
225
}
192
226
},
227
+
certified: 'Certifiée le',
193
228
auto_translated: 'Traduction automatique',
194
229
no_answer: 'Pas encore de réponse...',
195
-
answer: 'Répondre à la question'
230
+
answer: 'Répondre à la question',
231
+
certified_answer: 'Réponse certifiée',
232
+
recent_answer: 'Dernière réponse',
233
+
alert:
234
+
'Cette réponse a été certifiée par une personne spécialisée dans le domaine.\nEtes-vous sûr de vouloir la modifier ?\nCelle-ci sera tout de même conservée'
0 commit comments