Skip to content
  1. Jul 27, 2023
  2. Jul 26, 2023
  3. Jul 05, 2023
  4. Jun 28, 2023
  5. Jun 03, 2023
  6. Apr 28, 2023
  7. Mar 31, 2023
  8. Mar 21, 2023
  9. Feb 27, 2023
  10. Jan 21, 2023
  11. Jan 05, 2023
  12. Dec 27, 2022
  13. Nov 22, 2022
  14. Nov 07, 2022
  15. Nov 04, 2022
  16. Oct 27, 2022
  17. Oct 25, 2022
  18. Oct 20, 2022
  19. Oct 15, 2022
  20. Sep 30, 2022
  21. Aug 28, 2022
  22. Jul 27, 2022
  23. Jun 30, 2022
  24. Jun 21, 2022
  25. Jun 12, 2022
  26. May 20, 2022
  27. May 15, 2022
  28. Mar 04, 2022
  29. Feb 10, 2022
  30. Feb 09, 2022
  31. Jan 23, 2022
  32. Jan 19, 2022
  33. Jan 10, 2022
  34. Dec 04, 2021
  35. Dec 01, 2021
    • Hannu Nyman's avatar
      luci-base: sync translations · 38232307
      Hannu Nyman authored
      
      
      Sync translations to fix the last erroneous bits.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      38232307
    • Jo-Philipp Wich's avatar
      luci-mod-network: fix unbalanced and confusing markup in DHCP translation · b8d3ca6f
      Jo-Philipp Wich authored
      
      
      The string `<%s>...<%s>` is invalid HTML and will confuse translation software
      like poedit as well as human translators. It is not clear that `<%s>...<%s>`
      is supposed to interpolate into both a start and end tag and `<%s>` might be
      mistaken as a quoted form of `%s` like `«%s»` or `〈%s〉`.
      
      Replace the string with `<a href="%s">...</a>` to make it immediately clear
      that the acronym is surrounded by an HTML anchor, only pass the destination
      URL via string formatting to avoid mistranslations there.
      
      Fixes: 3bfcf99a68 ("luci-mod-network: fix unbalanced and confusing markup in DHCP translation")
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      b8d3ca6f