updated welsh translations

This commit is contained in:
2023-05-23 10:38:03 +01:00
parent dc43d7f2b4
commit 275258562e
45 changed files with 677 additions and 7698 deletions
+12 -6
View File
@@ -542,11 +542,14 @@ const DNSSearchResults = (props) => {
"watchedCases"
);
alert(
"You have stopped watching case " +
item.title
t(
"case:you-have-stopped-watching-label"
) + item.title
);
}}
title="Stop watching this case"
title={t(
"case:stop-watching-case-link"
)}
>
<span className="eye"></span>
</span>
@@ -560,11 +563,14 @@ const DNSSearchResults = (props) => {
item.pinswg_appealcasetype
);
alert(
"You are watching case " +
item.title
t(
"case:you-are-watching-label"
) + item.title
);
}}
title="Watch this case"
title={t(
"case:watch-this-case-link"
)}
>
<span className="eye"></span>
</span>