| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | |
|
| |
|
|
|
|
|
| |
* Fix PT hidden SSID translation
Fixes #226
* Remove duplicate keys
|
| | |
|
| | |
|
| |
|
|
|
| |
* π translation: Add Thai language
* π¨ format: Used `make fmt.write`
|
| |
|
|
| |
Cause the page not to load.
Fixes #214
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [tar](https://github.com/npm/node-tar) from 6.1.5 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.5...v6.1.11)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Update Hindi translation for #171
* Update Portuguese translation for #171
* Update Brazilian Portuguese translation for #171
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* :bug: hotfix logo padding for rtl languages
* manually run prettier
* :bug: fix icons padding
* :bug: fix header padding
* Always add paddingRight for rtl
Co-authored-by: Tokyo <ahmed.tokyo1@gmail.com>
|
| |
|
| |
Fixes #201
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Added swedish translation
* Added swedish translation
* Added swedish translation
Fixed typo
* Prettier format Swedish translation
Co-authored-by: ddund <68921570+ddund@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Indonesian update for #171
* Serbian update for #171
* Dutch update for #171
|
| |
|
|
|
|
|
| |
* π¬ Updated norwegian translation.
* π¨ Code formatting.
Co-authored-by: Thomas Qvidahl <thomas.qvidahl@tietoevry.com>
|
| |
|
|
|
|
|
|
|
| |
* πͺπ¬ Update arabic translations for #171
β Updates ar translations as per https://github.com/bndw/wifi-card/issues/171
* β‘οΈ enhance ar
* π fix ar genders
|
| |
|
|
|
|
|
|
|
| |
* Corrections in FR OC and CA
* Update translations.js
* Update translations.js
* Update translations.js
|
| | |
|
| | |
|
| |
|
|
|
| |
* Update Korean translation
* Update Korean translation
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Remove unused 'button.settings' translation
* Ukranian, Russian
* Chinese translations
|
| |
|
| |
For #190
|
| |
|
|
|
|
|
|
|
| |
* update translate.js for urdu
* Prettier formatting
* Urdu credit
Co-authored-by: Muhammad Hassan <mhassan.3939@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* move js script to body
page in the html validator passes the test
* format html
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replaces the hardcoded 'en-US' defaultValue of the language select with
the value supplied by the i18n language detection. In my testing I found
when setting my browser to "German" or "Dutch", the navigator.language
returned is simply "de" and "nl" but the translation ids in the translations
are "de-DE" and "nl-NL", respectively. This results in the select box
defaulting to the first language (Arabic) because "de" and "nl" are not
values in any of the options.
This patch takes the i18n detected language and first checks if the id
is a known translation. If not, 'en-US' is returned. If it is, the
detected language is returned.
Unfortunately I am not able to test this as both my Firefox and Chrome
browsers are only setting the generic locale language ids. I can
verify the fallback to english works. Additionally, editing the
localStorage 'i18nextLng' key to 'de-DE' produces the expected
translation.
Related to #180
|
| |
|
|
|
| |
* Add support for Serbian language
* Add support for Serbian language
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ability to set that WiFi network is hidden
* fix: hide password checbox hidden chebox with hidden SSID option
* improvement, delete constant
* merge master
* add a setting - the WiFi network can have a hidden SSID
* update translation for English and Polish language
* change one line translation in Eng, add semicolon in format to connect to WiFi
|
| |
|
|
|
| |
This removes the dependency on Google Fonts. Additionally I've
reintroduced the textarea border on the printed card to help ephasize
the important information.
|
| |
|
|
| |
This was causing a runtime error and isn't necessary.
Fixes #172
|
| |
|
| |
Co-authored-by: Mark Munkacsi <markmunkacsi@protonmail.com>
|
| |
|
|
|
|
|
| |
* Hunagrian lang added ππΊ
* Fix 'None' field translation at encryptions
* Fix SelectField error
|
| |
|
|
|
| |
- Centralize user-defined translations into a single file
- Automatically sort the language dropdown
- Update the translation contribution guide
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move all settings below card
* refactor components; lifting state up
* background color
* Evergreen components for everything
* password error
* Tighten card size
* Simply hide password to basic toggle, never disable
* Hide password label, too
* Maximize mobile portrait width
* Make wifi tip smaller
* Small style tweaks
* Copy: update password length error text to include helpful instructions
This will need a backfill for other translations
* Remove unused css
* Use empty string for EncryptionMode=None value
* Remove light.min.css
* Include logo on wificard
* Cleanup after rebase
* Clean-up comments on state
* Padding for mobile
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.5.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.5)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* β¨ Adds Norwegian translation.
* π¨ Fixed formatting.
Co-authored-by: Thomas Qvidahl <thomas.qvidahl@tietoevry.com>
|
| |
|
|
|
| |
* bump up dependencies versions to newest
* by the way a small suggestion in readme
|
| | |
|
| |
|
|
|
|
|
| |
* Made few translation corrections
* one additional correction
* more translation corrections
|
| | |
|
| |
|
| |
Fixes #106
|