Ross Smith II
|
1704827d04
|
chore(gui): update HumanDuration.js (#9710)
Relevant changes:
ko: Use correct names for month and hour in Korean (465eaed)
Hide unit count if 2 in Arabic (f90d847)
|
2024-09-15 10:21:18 +02:00 |
|
Ross Smith II
|
17e60b9e0c
|
Chmod -x non-executable files (fixes #9629) (#9630)
Fixed via
```
git ls-files -s | grep 100755 | grep -E -v '(run|sh)$' | cut -f 2 | xargs git update-index --chmod -x
```
See #9629.
|
2024-08-05 18:32:23 +02:00 |
|
Ross Smith II
|
23a900e096
|
gui: Use localised time in duration (#9552)
https://github.com/syncthing/syncthing/pull/8291 inpired me to develop
this. I tested it with all the languages Syncthing currently supports,
and they all work.
The only issue is that when you change the language in the GUI, you have
to either refresh the page, or wait a few seconds for the page to
refresh by itself, before the duration is translated into the new
language.
### Screenshots

### Documentation
The documentation for the translation widget is at
https://github.com/EvanHahn/HumanizeDuration.js/blob/main/README.md
|
2024-06-05 06:05:51 -04:00 |
|
 Ross Smith IIandJakob Borg
|
3adfe2f91f
|
lib/fs: Fix root path handling for Windows (fixes #8778)
Co-authored-by: Jakob Borg <jakob@kastelo.net>
|
2023-05-09 10:01:57 +00:00 |
|
Ross Smith II
|
06998b3484
|
build: Add -arm flag to goversioninfo (#7947)
|
2021-09-17 17:07:32 +02:00 |
|
Ross Smith II
|
7501bee430
|
lib/model: Typo in folder_recvonly.go (#7919)
|
2021-09-01 07:41:18 +02:00 |
|
Ross Smith II
|
0ca2ed7ad7
|
build: Use maximum compression when archiving
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4229
|
2017-07-17 13:20:13 +00:00 |
|