I have this css:
.bs-docs-example::after {
content: "Example";
}
is it possible translate with rails 3 the word Example
?
I have this css:
.bs-docs-example::after {
content: "Example";
}
is it possible translate with rails 3 the word Example
?