| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The hash params implementation was buggy and auto-polluting the URL bar
with all settings on every render. Removing it entirely for now until a
cleaner approach is designed.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update dependencies to latest versions and migrate to React 19
- Update all dependencies to latest versions
- Migrate to React 19 createRoot API (replaces deprecated ReactDOM.render)
- Update qrcode.react import to v4 named export (QRCodeSVG)
* Format CSS with prettier
* Add Hebrew translation
* Add Slovak translation
* Add Malagasy translation
* Add Bangla translation
* Init field
* Change the logic concerning number of cards to print
* fix/clean
* Fix Increment-field-ID-in-the-print-area
* Increment-field-ID-in-the-print-area
* Review id implementation logic
* Fix git commit
* Handle Query parameter
* Fix package.json
* Fix query parameter for language
* fix query parameter for language
* Fix EncryptionModeChange query parameters // Error when non in query
* Fix EncryptionModeChange query parameters // Error when empty in query
* clean Setting.js don't need to import i18n
* clean file App.js
* first iteration for Hash
* Add Esperanto translation
* Update translations for Occitan
2 lines added
* Update translations.js
Added Swiss German to the Translations JavaScript-File
* Update translations.js
Removed custom Translations-Strings of my own Version.
* Update README.md
* Format translations.js with prettier
---------
Co-authored-by: Ido Bronfeld <idobronfeld@gmail.com>
Co-authored-by: Matej Kubinec <matej.kubinec@outlook.com>
Co-authored-by: mpilasy <88362233+mpilasy@users.noreply.github.com>
Co-authored-by: Tarek Hasan <94107336+Tarek-Hasan@users.noreply.github.com>
Co-authored-by: ofostier <ofostier@gmail.com>
Co-authored-by: zeecho <30541894+zeecho@users.noreply.github.com>
Co-authored-by: Mejans <61360811+Mejans@users.noreply.github.com>
Co-authored-by: Jan Zehnder <44242812+NZehnder@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add setting for additional cards to print
* Render additional cards to print
* Do not render additional cards if amount is less than 1
* Render additional cards when printing
* Improve layout for portrait printing
* Render eap and identity textfields conditionally so that they dont use space
* Use all width in print-area
* Change additionalCards setting to Input and react to changes
* Allow hiding tip (legend) on card
* Print only full cards
* Move print-area - not-displayed - to the bottom of the page
* Set default ssid back to empty, additional cards to 0
* Lower marginBottom of password field to 5 instead of 24 (default)
* Use conditional rendering instead of class to hide password
* Set marginBottom to QR code only on portrait mode
* Set row-gap to 0 to allow up to 6 cards to fit in portrait mode in A4
* Move hideTip setting right after hiddenSSID
|
| |
|
| |
I also added a German translation of the new strings.
|
| | |
|
| |
|
|
| |
Cause the page not to load.
Fixes #214
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* :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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 was causing a runtime error and isn't necessary.
Fixes #172
|
| |
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
* ✨ Adds Norwegian translation.
* 🎨 Fixed formatting.
Co-authored-by: Thomas Qvidahl <thomas.qvidahl@tietoevry.com>
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Rename 'en' to 'en-US'
Fixes #152
* English as first language option
This produces the correct fallback selection when the browser language is not yet translated
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Sort and format language dropdown
- Format languages in `latinName - nativeName` to account for RTL
languages
- Lexicographic order
* Use generic English translation
The current English translation covers both US and GB, so prefer a
generic implementation until it doesn't make sense.
* Update src/App.js
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* Update src/App.js
Co-authored-by: Ahmed Tarek <ahmed.tokyo1@gmail.com>
Co-authored-by: Andanan <dev.andanan@e.mail.de>
Co-authored-by: Ahmed Tarek <ahmed.tokyo1@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update i18n.js
added Italian translation
* Update App.js
* Update README.md
* Merge branch 'master' into patch-1
Co-authored-by: Domenico Pascucci <22801617+pasmimmo@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
| |
* Adds Occitan
* Adds Occitan
* Update README.md
Co-authored-by: ensag-dev <59049879+ensag-dev@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
* 🇪🇬 add Arabic language
* Update README.md
* :art: centralize lang dir selection
* :bug: hotfix initial direction
Co-authored-by: Ahmed Tarek <ahmed.tokyo1@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
* add polish language
* add polish language
* add polish language
Co-authored-by: olekstomek <olekstomek@gmail.com>
|
| |
|
|
|
|
|
| |
* feat(i18n): add Indonesia language
* update(readme): add indonesia on supported lang
Co-authored-by: Ryan Aunur <ryandevstudio@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added de-DE translations
* updated sentence which links to the source code
in the previous commit the sentence needs an 'an' behind the 'source code' so i altered the sentence to fit the layout
* de-DE improvements
changed source code to Quellcode
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* de-DE improvements
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* de-DE improvements
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* fix lint
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* improved the de-DE translation
* Update src/i18n.js
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* Complete German translation
Co-authored-by: Chris Winter <chris-winter@live.de>
Co-authored-by: Andanan <dev.andanan@e.mail.de>
|
| |
|
|
|
|
|
|
|
| |
* Update i18n.js
Catalan translation
* Add Catalan credit
Co-authored-by: Aniol <aneolus@gmail.com>
|
| |
|
| |
Co-authored-by: Kishor Bhat <kishorbhat@gmail.com>
|
| |
|
|
|
| |
* Add support for hindi language
* Update README.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* added turkish language
* minor changes
* run make fmt.write
* updated readme for turkish language
* missign the trailing
* fixed language name
|
| |
|
|
|
|
|
|
|
| |
* feat: add RTL direction and persian lang
* feat: init RTL direction
* fix: style issues
Co-authored-by: Ramin <r.rezaei@digikala.com>
|
| | |
|
| |
|
|
|
|
|
| |
* Added zh-HK translation
* Added switch for zh-HK
* Update switch
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add nl-NL translations
* Format files with Prettier
* Add nl-NL as option to the select
* Small rewrite of Dutch translation
* Remove empty line
|
| |
|
|
|
|
|
| |
* Add Russian and Ukrainian translations
* Prettier formatting
Co-authored-by: Anton <goldtom1423@gmail.com>
|
| |
|
|
|
|
|
| |
* Add japanese i18n
* Add comma
* make fmt.write
|
| |
|
|
|
| |
* feat: add language detector
* style: fmt code
|
| |
|
|
|
|
|
| |
* improve portuguese translation in i18n
* rebase
* fix prettier issues at i18n.js
|
| | |
|
| |
|
|
|
| |
* feat: add i18n
* fix: code clean
|
| |
|
|
|
|
|
| |
* Added website icon and small design change in WiFi details box
* Fixed few errors of previous pull
* Fixed errors of previous pull
|
| |
|
|
|
| |
* Add prettier
* Format code
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|