Fix typos, code errors, and content quality issues across all docs
Typos & misspellings:
- Performence→Performance, droped→dropped, bellow→below, Pythond→Python,
Enbedded→Embedded, 语语言→语言, wise versa→vice versa
Non-standard language:
- disrecommend→discourage, Traditionary→Traditionally, of cause→of course,
There're→There are, regardless with→regardless of whether
Code fixes:
- Remove duplicated AES-256 sentences (caused by replace_all)
- Remove mixed-language `var ret` lines from C++ backup/restore blocks
- Fix variable name mismatch (auto kv vs mmkv->) in C++ Deleting blocks
- Fix wrong platform name "Windows" in POSIX string literals
- Fix backup code calling backupOneMMKV instead of restoreOneMMKV in iOS
- Fix wrong code block language tags (dart→js) in ohos_setup.md
- Fix trailing semicolons in Go code blocks
- Fix wrong mode constant (SINGLE→MULTI_PROCESS) in golang_setup.md
- Fix step numbering skips in golang_setup.md and android_setup.md/cn
- Remove duplicate C++20 prerequisite line in windows_setup.md
- Fix POSIX tutorial include to <MMKV/MMKV.h> matching demo code
Content quality:
- Replace full-width punctuation (,:) with ASCII in English docs
- Fix non-ASCII ellipsis (……→...) in code blocks
- Normalize wiki links (absolute GitHub URLs → relative bare page names)
- Fix "sandbox encrypts" → "sandbox protects from unauthorized access"
- Update home.md/cn Windows section to match current project structure
- Fix grammar: "tutorials is", "these code", "been bumped", etc.
- Remove stale "large file MMKV coming" text from FAQ_cn.md
- Fix duplicate "& SQLite & SQLite" in android_benchmark_cn.md
- Add v1.3.x LTS note to API level 19 section
- Rename "In Advance" → "Advanced Usage" section heading
- Mention AES CFB-128/256 support in all Encryption sections
- Fix AES-256 description: must explicitly set aes256 flag
update python install docs
update doc about logs handler
add auto expiration for others
Updated python_setup (markdown)
update doc for backup & restore
Updated python_setup (markdown)
translate python wiki to Chinese
Updated python_setup (markdown)
Updated python_setup (markdown)
Updated python_setup (markdown)