1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

Translating Reference roles' hover text ()

Translating Reference roles' hover text ()
This commit is contained in:
MRegnard 2024-04-22 20:47:22 +02:00 committed by GitHub
parent bdea5f83a5
commit 629e07c1b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 3 deletions
CHANGELOG.md
src
components/modals
store/locale

View file

@ -2,6 +2,7 @@
## Upcomming Version
- BUGFIX: missing translation in Roles modal
- BUGFIX: missing translation in Night order modal
- BUGFIX: reminder modal title from translation

View file

@ -8,7 +8,7 @@
@click="toggleModal('nightOrder')"
icon="cloud-moon"
class="toggle"
title="Show Night Order"
:title="locale.modal.reference.nightOrder"
/>
<h3>
{{ locale.modal.reference.title }}

View file

@ -219,7 +219,8 @@
"outsider": "outsider",
"minion": "minion",
"demon": "demon"
}
},
"nightOrder": "Show Night Order"
},
"reminder": {
"title": "Choose a reminder token:",

View file

@ -219,7 +219,8 @@
"outsider": "étranger",
"minion": "serviteur",
"demon": "démon"
}
},
"nightOrder": "Afficher l'Ordre Nocturne"
},
"reminder": {
"title": "Apposer une note:",