Read the statement by Michael Teeuw here.
Language Calendar Module
-
Hi !
I have à problem with calendar.
My MM config is French but Calendar is mix French/english“The day after Tomorrow” = “Après-demain”
-
open fr.json in the folder languages, add
"DAYAFTERTOMORROW": "Après-demain",
under teh section that says calendar
-
@broberg Nice ! Working ;-)
Merci in French :-)
-
@istepgueu De rien :D
-
@broberg said in Language Calendar Module:
open fr.json in the folder languages, add
“DAYAFTERTOMORROW”: “Après-demain”,
under teh section that says calendarOh, I jumped all over this. Found my en.json file (I made a back up just in case) and edited it to read -
/* CALENDAR */ "TODAY": " is today", "TOMORROW": " is tomorrow", "DAYAFTERTOMORROW": " in 2 days",
So, now my calendar reads,
President’s Day is today
Donna’s Birthday is tomorrow
Office Party in 2 daysNotice the space after the double quotes. With no space the i’s were capitalized. I’m just saying.
Thanks broberg. Good stuff!
-
Is missing the key DAYAFTERTOMORROW for French in translations file.
Also UPDATE_NOTIFICATION, “UPDATE_NOTIFICATION_MODULE” and UPDATE_INFO
This will be good contribution if somebody can pushed this translations.