| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* 💬 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
|
| |
|
|
|
| |
- 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>
|
| | |
|
| |
|
|
|
|
|
| |
* Made few translation corrections
* one additional correction
* more translation corrections
|
| | |
|
| |
|
| |
Fixes #106
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* code refactoring proposal
* convert function to an ES6 function
* Update src/components/Card.js
Suggested change
Co-authored-by: Ben Woodward <benjamindwoodward@gmail.com>
Co-authored-by: Ben Woodward <benjamindwoodward@gmail.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
|
| |
|
|
|
|
|
| |
* remember the password even if it is cleared by the None option
* refactor remembering password after code review
* fixes: label and checking encryption mode for saving password
|
| |
|
|
|
|
|
| |
* Add checkbox state to fix issue: 'None' Encryption disable Checkbox of 'Hide password field before printing'
* Checkbox implimentation with newtork.hidePassword
* Remove hidePassword from line :191 and :202
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* Update i18n.js
Co-authored-by: Nuninha-GC <nuruldecarvalho@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>
|
| |
|
|
|
| |
* :bug: fix rtl direction bugs
* fix conflicts
|
| |
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
| |
* Melhorar tradução Portuguesa de Portugal PT-pt
Melhorar tradução Portuguesa de Portugal PT-pt
* prettier code style update
|
| |
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
|
|
| |
* resolved issue #82
* added max and min widht at style.css
* render as svg
* added credits to the pt-br language and runned fmt.write
Co-authored-by: ismaelpereira <ismaelfgpereira@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
* fix for loop to for-of - SonarLint warning
* just remove empty line
* improvement the loop that builds values for qr code
|
| |
|
|
|
|
|
|
|
| |
* hide password option is possible when password has correct length for WEP and WPA
* refactor, logic is factored out into a function instead of in-lined in the markup
* refactor of function because Sonar warning
* improvement after code review - move function
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| | |
|