| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Co-authored-by: shiung <shiunghwang.hsien@internetbrands.com>
|
| |
|
|
|
|
| |
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>
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Update "card.additional" and "cards.tip.hide" in German translation
* Update translations.js
* Change "WLAN Karte" to "WLAN-Karte"
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
Fixes #265
|
| |
|
|
|
|
|
| |
yue-cn (#264)
* add eapMethod, identity and identity.placeholder translations to zh-cn and yue-cn
* remove unessential stuffs
|
| |
|
|
|
|
|
|
|
| |
* i18n: small update for Occitan
Changes for the EAP method entries
* fix: lint
Co-authored-by: Mejans <61360811+Mejans@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Added Greek translation
* Fix lint
Co-authored-by: nautilus7 <spyros.n7@gmail.com>
|
| |
|
| |
For issue #250, added margin between checkboxes, radio boxes, and text which was getting messed up when RTL-based language was selected
|
| |
|
|
|
| |
Replaces https://github.com/bndw/wifi-card/pull/242
Fixes #241
|
| |
|
| |
I also added a German translation of the new strings.
|
| |
|
| |
Co-authored-by: kuldeep-gill-skydio <kuldeep.gill@skydio.com>
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Append an entry
* add yue-CN translation and slightly modify zh-HK, as well as updating README.md
* little changes
|
| | |
|
| |
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* 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>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
* Hunagrian lang added 🇭🇺
* Fix 'None' field translation at encryptions
* Fix SelectField error
|