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:
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
You've added
lang
attribute to yourhtml
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 malformedexample:
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