aboutsummaryrefslogtreecommitdiffstats
path: root/src/translations.js
Commit message (Collapse)AuthorAgeFilesLines
* Support Hidden WiFi networks (#101)olekstomek2021-08-081-1/+3
| | | | | | | | | | | | | | | * 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
* Hungarian translation (#170)Munkácsi Márk2021-08-061-0/+31
| | | | | | | * Hunagrian lang added 🇭🇺 * Fix 'None' field translation at encryptions * Fix SelectField error
* Refactor translation plumbing (#168)Ben Woodward2021-08-061-0/+698
- Centralize user-defined translations into a single file - Automatically sort the language dropdown - Update the translation contribution guide