mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[PR #282] [CLOSED] translation support added, web generation improved #1598
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/282
Author: @thewilli
Created: 1/7/2017
Status: ❌ Closed
Base:
master← Head:webpack📝 Commits (1)
ffb384etranslation support added, web generation improved📊 Changes
16 files changed (+958 additions, -280 deletions)
View changed files
➕
.gitignore(+118 -0)📝
README.md(+66 -0)📝
WiFiManager.cpp(+128 -116)📝
WiFiManager.h(+1 -12)➖
extras/WiFiManager.template.html(+0 -80)➖
extras/parse.js(+0 -60)➖
extras/template.h(+0 -12)➕
web/node_loaders/join-loader.js(+40 -0)➕
web/node_loaders/split-loader.js(+38 -0)➕
web/node_loaders/template-loader.js(+21 -0)➕
web/node_loaders/translate-loader.js(+60 -0)➕
web/package.json(+15 -0)➕
web/translation.json(+116 -0)➕
web/web.h(+153 -0)➕
web/web.html(+156 -0)➕
web/webpack.config.js(+46 -0)📄 Description
Hi!
I am using your great WiFiManager with some people who do not understand English, so I hacked some translation into it, which didn't work well. So I decided to extend the project to support different languages (one at a time). To be less error-prone to web modifications I also optimized the web workflow (replaced it by a webpack one) and added support for template parameters, so you don't need to do String replacement anymore 😉
All changes are mentioned and explained in the README and corresponding commit message.
Best regards,
Willi
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.