Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webserver.ino language header is allways in English #2123

Closed
ascillato opened this issue Mar 9, 2018 · 1 comment
Closed

Webserver.ino language header is allways in English #2123

ascillato opened this issue Mar 9, 2018 · 1 comment
Labels
enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended

Comments

@ascillato
Copy link
Contributor

On webserver.ino the header for all pages is allways in English despite another language is chosen.

const char HTTP_HEAD[] PROGMEM =
  "<!DOCTYPE html><html lang=\"en\" class=\"\">"
  "<head>"

what about having another key on the language files to send the correct html header?

@arendst
Copy link
Owner

arendst commented Mar 10, 2018

Will do

@arendst arendst added the enhancement Type - Enhancement that will be worked on label Mar 10, 2018
arendst added a commit that referenced this issue Mar 10, 2018
5.12.0e
 * Add HTML language header in local language (#2123)
@arendst arendst closed this as completed Mar 10, 2018
@arendst arendst added the fixed Result - The work on the issue has ended label Mar 14, 2018
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
5.12.0e
 * Add HTML language header in local language (arendst#2123)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended
Projects
None yet
Development

No branches or pull requests

2 participants