0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
David Allison
1a453679e6 refactor: fix typos
And add non-typos to dictionaries
2022-04-13 10:42:47 -05:00
David Allison
5da9561a29 refactor: typos & related KotlinCleanup 2022-04-07 10:27:03 -05:00
David Allison
a2d2c162fb lint: Add user dictionaries to reduce typos
This adds 4 user dictionaries:

* anki.xml - Anki Desktop specific terminology: 'did'
* android.xml - Android and dependencies: 'miui.securitycenter'
* usernames.xml - Usernames in copyright declarations
* davidallison.xml - Anything else.
  * Each user has their own dictionary to avoid merge conflicts
  * But this is shared within the project

https://www.jetbrains.com/help/idea/spellchecking.html
https://stackoverflow.com/a/36256338

Fixes 10713
2022-04-05 17:11:56 -05:00