[GH-ISSUE #784] [🇮🇹] Italian language support #309

Open
opened 2026-02-28 00:01:14 +03:00 by kerem · 5 comments
Owner

Originally created by @TheMiguelBi on GitHub (Apr 5, 2018).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/784

Originally assigned to: @TheMiguelBi on GitHub.

I've created Italian language support for the web interface.
I think I did not understand how to update the program with the new language.
I added the string to webfile.h:
(But it is not enough).

   if (! SPIFFS.exists (String (F ("/ web / lang / en.lang.gz"))) || force) progmemToSpiffs (itlang, sizeof (itlang), String (F ("/ web / lang / en .lang.gz ")));

it.lang.gz

Originally created by @TheMiguelBi on GitHub (Apr 5, 2018). Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/784 Originally assigned to: @TheMiguelBi on GitHub. I've created Italian language support for the web interface. I think I did not understand how to update the program with the new language. I added the string to webfile.h: (But it is not enough). ```    if (! SPIFFS.exists (String (F ("/ web / lang / en.lang.gz"))) || force) progmemToSpiffs (itlang, sizeof (itlang), String (F ("/ web / lang / en .lang.gz "))); ``` [it.lang.gz](https://github.com/spacehuhn/esp8266_deauther/files/1881849/it.lang.gz)
Author
Owner

@tobozo commented on GitHub (Apr 6, 2018):

Thank you for your contribution, I edited your comment for better code formatting and I'll let @spacehuhn answer to this part.

Is your knowledge of github good enough so you can submit a pull request with the two updated files (it.lang and it.lang.gz) or do you prefer to leave this task to the maintainers of this project ?

Submitting a pull request will make you appear in the contributors list so proper credit can be given.

<!-- gh-comment-id:379162453 --> @tobozo commented on GitHub (Apr 6, 2018): Thank you for your contribution, I edited your comment for better code formatting and I'll let @spacehuhn answer to this part. Is your knowledge of github good enough so you can submit a pull request with the two updated files (it.lang and it.lang.gz) or do you prefer to leave this task to the maintainers of this project ? Submitting a pull request will make you appear in the [contributors list](https://github.com/spacehuhn/esp8266_deauther/graphs/contributors) so proper credit can be given.
Author
Owner

@spacehuhn commented on GitHub (Apr 6, 2018):

Just add the it.lang file to the web interface folder.I will do the rest and it will included in the next release :)

<!-- gh-comment-id:379171285 --> @spacehuhn commented on GitHub (Apr 6, 2018): Just add the it.lang file to the web interface folder.I will do the rest and it will included in the next release :)
Author
Owner

@TheMiguelBi commented on GitHub (Apr 6, 2018):

Okay thank you!
I have combined something, I think.
#788 and #789

<!-- gh-comment-id:379280732 --> @TheMiguelBi commented on GitHub (Apr 6, 2018): Okay thank you! I have combined something, I think. #788 and #789
Author
Owner

@tobozo commented on GitHub (Apr 6, 2018):

Grazie mille :-)

We'll only merge the #788 for the meantime, I'm doing Travis CI tests and it'll eventually get processed automatically.

Please don't close the pull request with the .gz file yet as I have no idea when Travis CI will be able to handle that ^^

<!-- gh-comment-id:379290192 --> @tobozo commented on GitHub (Apr 6, 2018): Grazie mille :-) We'll only merge the #788 for the meantime, I'm doing Travis CI tests and it'll eventually get processed automatically. Please don't close the pull request with the .gz file yet as I have no idea when Travis CI will be able to handle that ^^
Author
Owner

@TheMiguelBi commented on GitHub (Apr 8, 2018):

Perfect thanks!
Now I can have the web interface in Italian!

(I'm noticing any missing capital letters... I will fix the it.lang file soon.
Furthermore, the fifth "information" page has not yet been translated.).

<!-- gh-comment-id:379543499 --> @TheMiguelBi commented on GitHub (Apr 8, 2018): Perfect thanks! Now I can have the web interface in Italian! (I'm noticing any missing capital letters... I will fix the it.lang file soon. Furthermore, the fifth "information" page has not yet been translated.).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#309
No description provided.