From 5935c00d37ec4453465ab80ca8193d5302093f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Thu, 31 Jul 2025 01:25:29 +0000 Subject: [PATCH] =?UTF-8?q?Load=20updated=20translations=20from=20Tolgee?= =?UTF-8?q?=20Co-authored-by:=20Mart=C3=AD=20Climent=20from=20the=20multiv?= =?UTF-8?q?erse=20<121457539+martinet101@users.noreply.github.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- elevenclock/data/contributors.py | 2 +- elevenclock/lang/lang_en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37f220e3..61862a9a 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ In order to translate ElevenClock to other languages or to update an old transla |   Simplified Chinese (China) | 100% | [BoyceLig](https://github.com/BoyceLig), CnYeSheng, [hlgsdx](https://github.com/hlgsdx), [jmlcoliveira](https://github.com/jmlcoliveira), [sino1641](https://github.com/sino1641), [strombooli](https://github.com/strombooli) | |   Traditional Chinese (Taiwan) | 100% | [BoyceLig](https://github.com/BoyceLig), [CnYeSheng](https://github.com/CnYeSheng), [mmis1000](https://github.com/mmis1000), [SiderealArt](https://github.com/SiderealArt) | -Last updated: Sat Jun 28 01:17:15 2025 +Last updated: Thu Jul 31 01:25:28 2025 diff --git a/elevenclock/data/contributors.py b/elevenclock/data/contributors.py index 27429466..35856360 100644 --- a/elevenclock/data/contributors.py +++ b/elevenclock/data/contributors.py @@ -34,7 +34,7 @@ { "name": "marticliment", "link": "https://github.com/marticliment", - "contributions": 1838 + "contributions": 1840 }, { "name": "panther7", diff --git a/elevenclock/lang/lang_en.json b/elevenclock/lang/lang_en.json index 414f11b2..99018d52 100644 --- a/elevenclock/lang/lang_en.json +++ b/elevenclock/lang/lang_en.json @@ -252,7 +252,7 @@ "Use a custom font size": null, "Use a custom line height": null, "Use the notation {%H+1} to specify offsets. Replace %H with the desired value and +1 for a positive or negative number (+n or -n, respectively, for a n offset), representing the offset.": null, - "Use the notation (%H {sec+1}) on the end of string to specify offset in seconds. For example, to add an hour and view in format HH:MM use (%H:%M {sec+3600}), and to decrease an hour use (%H:%M {sec-3600}).": null, + "Use the notation (%H {sec+1}) on the end of string to specify offset in seconds. For example, to add an hour and view in format HH:MM use (%H:%M {sec+3600}), and to decrease an hour use (%H:%M {sec-3600}).": "Use the notation (%H{sec+1}) on the end of string to specify offset in seconds. For example, to add an hour and view in format HH:MM use (%H:%M{sec+3600}), and to decrease an hour use (%H:%M{sec-3600}).", "View": null, "View ElevenClock on GitHub": null, "View ElevenClock's homepage": null,