deg0nz / MMM-PublicTransportBerlin

MagicMirror module to display public transport in Berlin and Brandenburg with BVG Hafas data.
MIT License
40 stars 20 forks source link

Add translation and css improvements #143

Closed KristjanESPERANTO closed 1 year ago

KristjanESPERANTO commented 1 year ago
  1. Add german translation for config issue message.
  2. Remove encodings for umlauts in translation files (According to my tests, these are not necessary).
  3. Remove unused classes marqueeStop and ellipsis (I can't find any place where they are used).
  4. Remove stylelint rule "selector-class-pattern": null (to be closer to the standard).
  5. Use kebab-case for css classes (to be closer to the standard).
  6. Use prefix for all our css classes (to avoid collisions with other modules).