aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Serbian language (#181)Dusan Milosevic2021-08-081-0/+62
| | | | | * Add support for Serbian language * Add support for Serbian language
* Support Hidden WiFi networks (#101)olekstomek2021-08-084-2/+15
| | | | | | | | | | | | | | | * 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
* Replace network font with Source Serif (#178)Ben Woodward2021-08-062-7/+6
| | | | | This removes the dependency on Google Fonts. Additionally I've reintroduced the textarea border on the printed card to help ephasize the important information.
* Removes direction prop from wificard (#177)Ben Woodward2021-08-062-8/+1
| | | | This was causing a runtime error and isn't necessary. Fixes #172
* Hungarian translation (#170)Munkácsi Márk2021-08-062-5/+37
| | | | | | | * Hunagrian lang added 🇭🇺 * Fix 'None' field translation at encryptions * Fix SelectField error
* Refactor translation plumbing (#168)Ben Woodward2021-08-064-684/+729
| | | | | - Centralize user-defined translations into a single file - Automatically sort the language dropdown - Update the translation contribution guide
* Style and code refactor (#166)Ben Woodward2021-08-057-308/+401
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. (#160)Thomas Qvidahl2021-08-032-0/+27
| | | | | | | * ✨ Adds Norwegian translation. * 🎨 Fixed formatting. Co-authored-by: Thomas Qvidahl <thomas.qvidahl@tietoevry.com>
* 🇰🇷 Add Korean translation (#163)Seungbin Oh2021-08-022-0/+26
|
* Made few translation corrections (#159)Rohan Sharma2021-08-021-6/+6
| | | | | | | * Made few translation corrections * one additional correction * more translation corrections
* Hotfix: Revert SVG QR Code (#162)olekstomek2021-08-021-1/+0
|
* Translate encryption mode 'None' (#157)Ben Woodward2021-07-312-1/+24
| | | Fixes #106
* code refactoring proposal (#155)olekstomek2021-07-311-25/+13
| | | | | | | | | | | | | * 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' (#153)Ben Woodward2021-07-302-3/+3
| | | | | | | | | * 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 (#127)olekstomek2021-07-301-3/+2
| | | | | | | * 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 (#134)Pushpender Saini2021-07-301-2/+10
| | | | | | | * 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
* Language dropdown formatting (#149)Ben Woodward2021-07-302-21/+21
| | | | | | | | | | | | | | | | | | | | | | | * 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 support for portuguese language (#148)Ben Woodward2021-07-291-9/+7
| | | | | | | * Update i18n.js * Update i18n.js Co-authored-by: Nuninha-GC <nuruldecarvalho@gmail.com>
* Italian translation (#145)Ben Woodward2021-07-292-0/+28
| | | | | | | | | | | | | * 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>
* 🐛 fix rtl direction bugs (#124)Ahmed Tarek2021-07-291-36/+40
| | | | | * :bug: fix rtl direction bugs * fix conflicts
* Occitan translation (#144)Ben Woodward2021-07-292-0/+27
| | | | | | | | | * Adds Occitan * Adds Occitan * Update README.md Co-authored-by: ensag-dev <59049879+ensag-dev@users.noreply.github.com>
* Arabic translation (#143)Ben Woodward2021-07-292-7/+35
| | | | | | | | | | | * 🇪🇬 add Arabic language * Update README.md * :art: centralize lang dir selection * :bug: hotfix initial direction Co-authored-by: Ahmed Tarek <ahmed.tokyo1@gmail.com>
* Polish translation (#142)Ben Woodward2021-07-292-0/+30
| | | | | | | | | * add polish language * add polish language * add polish language Co-authored-by: olekstomek <olekstomek@gmail.com>
* Improve Portuguese translation to Portugal PT-pt (#113)Henrique2021-07-291-9/+11
| | | | | | | * Melhorar tradução Portuguesa de Portugal PT-pt Melhorar tradução Portuguesa de Portugal PT-pt * prettier code style update
* Indonesia translation (#141)Ben Woodward2021-07-292-0/+26
| | | | | | | * feat(i18n): add Indonesia language * update(readme): add indonesia on supported lang Co-authored-by: Ryan Aunur <ryandevstudio@gmail.com>
* German translation (#140)Ben Woodward2021-07-292-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* QR Code sharpness (#139)Ben Woodward2021-07-292-0/+3
| | | | | | | | | | | * 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>
* Catalan translation (#138)Ben Woodward2021-07-292-0/+28
| | | | | | | | | * Update i18n.js Catalan translation * Add Catalan credit Co-authored-by: Aniol <aneolus@gmail.com>
* Make language display consistent (#137)Ben Woodward2021-07-291-14/+14
| | | Co-authored-by: Kishor Bhat <kishorbhat@gmail.com>
* Add support for hindi language (#121)Pushpender Saini2021-07-282-0/+28
| | | | | * Add support for hindi language * Update README.md
* fix for loop to for-of - SonarLint warning (#112)olekstomek2021-07-261-5/+4
| | | | | | | * 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… (#103)olekstomek2021-07-261-0/+13
| | | | | | | | | * 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 (#114)Riza Ergun2021-07-262-0/+26
| | | | | | | | | | | | | * added turkish language * minor changes * run make fmt.write * updated readme for turkish language * missign the trailing * fixed language name
* label attribute for->htmlFor (#97)hatsu2021-07-261-4/+4
|
* Add RTL Direction & Persian Translation (#79)Ramin2021-07-263-5/+51
| | | | | | | | | * feat: add RTL direction and persian lang * feat: init RTL direction * fix: style issues Co-authored-by: Ramin <r.rezaei@digikala.com>
* feat(i18n): add French (fr-FR) (#108)Divlo2021-07-242-0/+28
|
* generated PDF has name WiFi Card with your network name (#102)olekstomek2021-07-241-0/+1
|
* Add zh-HK translation (#100)YuetAu2021-07-242-0/+25
| | | | | | | * Added zh-HK translation * Added switch for zh-HK * Update switch
* standarized names for wifi alert min 8 characters (#94)olekstomek2021-07-242-9/+13
|
* just adding information about the possibility of using WPA3 (#91)olekstomek2021-07-241-2/+2
|
* pt-BR translation (#86)Ismael Ferreira G Pereira2021-07-242-0/+27
|
* Use english as a fallback language (#77)Ben Woodward2021-07-171-9/+11
| | | Fixes #75
* Wouter/nl-NL translations (#76)Wouter2021-07-172-0/+27
| | | | | | | | | | | * 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 (#73)Ben Woodward2021-07-172-0/+55
| | | | | | | * Add Russian and Ukrainian translations * Prettier formatting Co-authored-by: Anton <goldtom1423@gmail.com>
* Add japanese translation (#68)hatsu2021-07-172-0/+26
| | | | | | | * Add japanese i18n * Add comma * make fmt.write
* fix: unmatched title (#70)Baoyuan2021-07-171-1/+1
|
* feat: add language detector (#67)KeJun2021-07-172-4/+9
| | | | | * feat: add language detector * style: fmt code
* Add Portuguese translation (#65)Pedro Renan2021-07-162-0/+26
| | | | | | | * improve portuguese translation in i18n * rebase * fix prettier issues at i18n.js
* Unset password when encryption mode is 'None' (#53)Faithfulness Alamu2021-07-161-3/+7
| | | | | | | * Unset password when encryption mode is 'None' Fixes #46 * Run code format
* Add Spanish translation (#64)oscfdezdz2021-07-162-0/+28
|