mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Update Customization
parent
40e0e9f9e8
commit
111d7915a2
1 changed files with 3 additions and 1 deletions
|
@ -136,6 +136,7 @@ Bookface uses a number of CSS pseudo-elements to label buttons in the "Frio" the
|
|||
--add-photo-button-text: 'Add Photos';
|
||||
--follow-button-text: 'Follow';
|
||||
--save-button-text: 'Save';
|
||||
--new-message-text: 'New Message';
|
||||
```
|
||||
|
||||
Note that you need to escape single or double quotes and you **cannot** use HTML entities like ` ` or `&` etc. Any unicode characters should be fine, however.
|
||||
|
@ -162,7 +163,8 @@ Let's say you added a style block like this to translate the labels into Danish:
|
|||
--attendmaybe-button-text: 'Måske';
|
||||
--add-photo-button-text: 'Tilføj billeder';
|
||||
--follow-button-text: 'Følge';
|
||||
--save-button-text: 'Spare';
|
||||
--save-button-text: 'Spare';
|
||||
--new-message-text: 'Ny Besked';
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue