Translate Roam Garden into another language? #77
Unanswered
sazovsky
asked this question in
Feature requests & Ideas
Replies: 1 comment
-
|
Yes, this should be possible with "after replacement" trick. For example for the orphan content, you can do something like: [id^=orphan] .block-body {
display: none;
}
[id^=orphan]::after {
content: "new content"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm from Czech Republic and Roam believer. I will use Roam Reserach and Roam Garden for at least another 5 years. I will create RG in the Czech language.
Please, it is possible using CSS to translate min. "Orphan page" and "Referenced in"?
Beta Was this translation helpful? Give feedback.
All reactions