Merge pull request #115 from ghostbsd/fix-il8n
Remove legacy translation files and scripts; add new PO files for translations
Remove legacy translation files and scripts; add new PO files for translations
Update setup.py
Merge pull request #113 from ghostbsd/ericbsd-patch-1
Delete .github/FUNDING.yml
Delete .github/FUNDING.yml
Merge pull request #111 from ykla/master
Added translation for Simplified Chinese
zh_CN.po: Wifi--->WIFI
Added translation for Simplified Chinese
Merge pull request #110 from ghostbsd/translation-pt_br
Issue 196 - Translation
Added translation for Brazilian Portuguese
Transitioned the way we create translations mirroring how we do in `update-station`
Fixed grammar and typos
Optimized and simplified `network_dictionary()`
Added types and docstrings
Added types and docstrings
Added a Qodana workflow to inspect and report code quality on Pull Requests.
The `.pylint` file comes from Google Style Guides.
Fixed typos
Added field to class
snake_case
netcard -> net_card
wificard -> wifi_card
Fix PEP 8 E402 Warning: Move import statements to the top of the file.
Fix GTK orientation parameter by using Gtk.Orientation enum
Replaced integer value with Gtk.Orientation.HORIZONTAL/VERTICAL to resolve type warning and ensure correct orientation setting for Gtk.Box.
Renamed functions and variables to adhere to Python naming conventions.
Merge pull request #108 from ghostbsd/ericbsd-patch-1
Update README.md python version
Merge pull request #109 from ghostbsd/Issue#81
Adding signal string to tooltip
Reformatted the netstate so it better displays network information
Added card info to the set_tooltip_text call.
Adding signal string to tooltip
Update README.md