gabriel9216 / skrypt_temperatury

0 stars 0 forks source link

Mixed up languages #2

Open niedzielnyaniol opened 1 year ago

niedzielnyaniol commented 1 year ago
  1. You've added

    <html lang="en">

    lang attribute to your html tag - but you use PL instead. If end user will use some kind of translation plugin in its browser then it will try to translate EN -> PL but input will be in polish so translation will be malformed

    example:

    image
  2. Use english in your variables name. Always. Thats the standard even if you working in completely polish team. Mixing polish variables and english API methods just looks strange

gabriel9216 commented 11 months ago

done