mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Adding an asterisk in the roles reference (#116)
This commit is contained in:
parent
34bcbff811
commit
c536845bcc
4 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
## Upcomming Version
|
||||
- Adding an asterisk in the roles reference
|
||||
- Correcting the message when someone wants to exile a Traveller
|
||||
- Correcting Leviathan's english description
|
||||
- Correcting "Late Night Drive By"'s name
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="asterisk">{{ locale.modal.reference.notfirstnight }}</div>
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
|
@ -211,6 +212,12 @@ h3 {
|
|||
}
|
||||
}
|
||||
|
||||
.asterisk {
|
||||
font-size: 60%;
|
||||
text-align: right;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.team {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
|
|
|
@ -207,6 +207,7 @@
|
|||
"reference": {
|
||||
"title": "Character Reference",
|
||||
"jinxed": "Jinxed",
|
||||
"notfirstnight": "*Not the first night",
|
||||
"teamNames": {
|
||||
"townsfolk": "townfolk",
|
||||
"outsider": "outsider",
|
||||
|
|
|
@ -207,6 +207,7 @@
|
|||
"reference": {
|
||||
"title": "Réference de rôles",
|
||||
"jinxed": "Jinx",
|
||||
"notfirstnight": "* Pas la première nuit",
|
||||
"teamNames": {
|
||||
"townsfolk": "villageois",
|
||||
"outsider": "étranger",
|
||||
|
|
Loading…
Add table
Reference in a new issue