Fucking word i forgot

This commit is contained in:
dan63047 2022-11-23 22:27:38 +03:00
parent a8b6f9f5c8
commit a0e0c7a4dc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let future_year = (d_for_setting.getMonth() == 0 && d_for_setting.getDate() < 7)
let event_code = "ny"
let site_h1 = document.getElementById("countdown-title")
let titles = {
"ny-ru": "До нового " + future_year + " осталось:",
"ny-ru": "До нового " + future_year + " года осталось:",
"ny-en": "Until New Year " + future_year + " left:",
"ch-ru": "До рождества " + (future_year-1) + " осталось:",
"ch-en": "Until Christmas " + (future_year-1) + " left:"