adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
426 stars 85 forks source link

Fix typo #295

Closed matthiasbeyer closed 3 years ago

matthiasbeyer commented 3 years ago

Fixes a typo in the README

adeekshith commented 3 years ago

Thank you @matthiasbeyer!! I was going through your article just now. While you are here, may be you can also review our git strategies 😃

One thing you might like(or not) is we add messages that should show up in the release notes with a "public: " prefix (ex: 3af8a8ad) so we can easily generate release notes like this:

$ git log --merges v1.17.1.. | awk '/^    Merge pull/ && NF {pr=$4}; /^    / && $0 !~ /^    Merge pull/ && NF {print $0, "(" pr ")"}' | awk '/public:/ | awk -F ':' '{$1="";$0=$0} NF=NF {print "*" $0}'
*  Fixed an issue where language switching is not working on all devices by @hegocre (#292)
*  Show settings button in main screen without hiding in the menu (#294)
*  New Catalan translations by Hèctor Godoy (hegocre), Benet R. i Camps (BennyBeat) (#286)
*  New Spanish (Mexico) translations by Andres Bolivar (Audrum) (#286)
*  Improved Spanish translations by Hèctor Godoy (hegocre), Diego Muñoz (dmzu), germe-fur (#286)
*  Improved Basque translations by Joxe Rojas (joxerg) (#286)
*  Improved Russian translations by crlf (crlf) (#286)
*  New Macedonian translations by somadima (somadima) (#286)
*  New Arabic (Saudi Arabia) translations by MuAli (muali), nasyaldnya, (#286)
*  Improved German translations by Gioele De Vitti (devgioele) (#286)
*  Improved Turkish translations by Tansel KARAKAYA (karakaya.tansel) (#286)
*  Improved Tamil translations by HarishBeWe (#286)
*  Improved Dutch translations by Mark (m2wz) (#286)
*  Improved performance and minor user interface improvements by @spuday90 (#278)

Toot