chorus2 icon indicating copy to clipboard operation
chorus2 copied to clipboard

Fix compilation error and improve translations

Open DimmKG opened this issue 3 years ago • 1 comments

Changes:

  1. Fix compilation error (put quotes in sr_rs@latin in translate.js.coffee file)
  2. Translate section titles in web interface settings
  3. Place string placeholder to 'is the default' string (so you can move port number to another place)
  4. Separate translation of 'watched' filters and 'set watched' button (because "watched" can be changed in some languages depending on the words next to it)
  5. Remove text-transform: capitalize; from 'set watched' and 'more' buttons to use capitalization from translations

DimmKG avatar Apr 20 '22 18:04 DimmKG

@DimmKG Thanks for the PR.

Regarding language files inside src/lang/_strings/ only en file should be changed. Weblate will sync all other languages.

gade01 avatar Sep 07 '22 09:09 gade01