Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ In order to translate ElevenClock to other languages or to update an old transla
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; 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) |
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; 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
<!-- END Autogenerated translations -->


Expand Down
2 changes: 1 addition & 1 deletion elevenclock/data/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"name": "marticliment",
"link": "https://github.com/marticliment",
"contributions": 1838
"contributions": 1840
},
{
"name": "panther7",
Expand Down
2 changes: 1 addition & 1 deletion elevenclock/lang/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>n</i> 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,
Expand Down