Added translation support for toast messages

This commit is contained in:
RemixDev
2020-07-21 11:09:47 +02:00
parent 57691329b3
commit 9d074bc538
9 changed files with 69 additions and 28 deletions

View File

@@ -38,7 +38,7 @@
}
&::after {
content: 'downloads';
content: attr(data-label);
display: flex;
align-items: center;
text-transform: capitalize;