mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #745] [🇩🇪] German Language Support #285
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#285
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?
Originally created by @spacehuhn on GitHub (Mar 25, 2018).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/745
Originally assigned to: @spacehuhn on GitHub.
With version 2.0, you can make a language file for the web interface.
I made one for German as a test. You can change the language by going to the settings tab on the web interface and changing the
langsetting fromentode.You can find the language files at web_interface/lang.
I'm sure I have some typos and grammer/spelling mistakes in the de.lang as I quickly wrote it one night without much spell checking.
Feel free to comment here if you wish any changes to the translation file or edit the file yourself and make a pull request.
@tobozo commented on GitHub (Mar 27, 2018):
There's also the language.h file although not everything should be translated there.
I can eventually provide a French translation for web UI and terminal, and use this opportunity to also suggest a way to contribute languages from outside language.h (i.e. by adding
externtostatic const charfor translatable terms).@ghost commented on GitHub (Apr 7, 2018):
I tried changing "en" to "de", but the web interface language has not changed
@spacehuhn commented on GitHub (Apr 7, 2018):
Probably because your browser has the old language file cached and doesn't want to reload it.
Try deleting your browser cache.
Or open
192.168.4.1/lang/default.langand reload it one or two times.