Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(skill/age): Translate age skill to French #551

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions skills/leon/age/config/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",
"utterance_samples": [
"Quel âge as-tu?",
"Es-tu âgé?",
"Es-tu jeune?",
"Quand es-tu né?",
"Quand as-tu été créé?",
"Quelle est la date de ton anniversaire?",
"Quel est ton âge?",
"Quand es-tu apparu?",
"Quelle est la date de ta création?",
"Depuis combien de temps es-tu en activité?",
"Depuis combien d'années existes-tu?"
]
}
},
"answers": {
"alive_for": [
"Je suis en vie depuis %years% ans, %months% mois, %days% jours, %hours% heures, %minutes% minutes et %seconds% secondes."
],
"magical_day": [
"Ah, ce %weekday%, %day% %month% %year%, a été le jour magique où j'ai pris vie pour la première fois et où j'ai commencé mon voyage en tant qu'assistant personnel."
],
"commemorate": [
"Depuis %year%, chaque %day% %month%, je commémore le jour où je me suis embarquée dans cette extraordinaire aventure d'être votre assistant personnel."
]
}
}