add some translations for the months

This commit is contained in:
Drew Weymouth
2024-12-23 17:54:31 -08:00
parent 774bd996fc
commit 4a1b04dd68
6 changed files with 80 additions and 8 deletions
+13 -1
View File
@@ -228,5 +228,17 @@
"Remove from queue": "Retirer de la file d'attente",
"Play song radio": "Lire une radio basée sur la piste",
"to": "à",
"by": "par"
"by": "par",
"Jan": "Janv",
"Feb": "Févr",
"Mar": "Mars",
"Apr": "Avr",
"May": "Mai",
"Jun": "Juin",
"Jul": "Juil",
"Aug": "Août",
"Sept": "Sept",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Déc"
}