Translate more strings in player stats
Description
Translates more strings inside the player statistics.
Has this been tested?
- [ ] 👍 yes, I added tests to the test suite
- [ ] 💭 no, because this PR is a draft and still needs work
- [x] 🙅 no, because this PR does not update server code
- [ ] 🙋 no, because I need help
Failed API tests can be ignored, they hit the timeout limit unrelated to this PR.
Hi,
Thanks for the PR. Please prefer to use placeholders ({1} peers for example) instead of building manually the strings.
Can you also revert your changes on translation files? It's automatically done when we update translations.
Hi,
Thanks for the PR. Please prefer to use placeholders (
{1} peersfor example) instead of building manually the strings. Can you also revert your changes on translation files? It's automatically done when we update translations.
Done https://github.com/Chocobozzz/PeerTube/pull/5256/commits/c290244c497003523353da73ef663fc08654a1a7 👍🏻
Thanks!