Update translation files, add Ukrainian translation

Also: Fix year for copyright statement
This commit is contained in:
2025-03-03 17:56:47 +01:00
parent a5e290fa2e
commit 769a32b4ed
13 changed files with 16 additions and 16 deletions

View File

@ -492,7 +492,7 @@ class ConcPage {
licenseLine.appendChild(this.createPlainTextElem("span", ", "));
const attributionYear = document.createElement("span");
attributionYear.textContent = "2023";
attributionYear.textContent = "2025";
licenseLine.appendChild(attributionYear);
footer.appendChild(licenseLine);

File diff suppressed because one or more lines are too long