* add README_TW
* Update README_CN.md
* add Simplified Chinese for website
add Simplified Chinese for website
fix some mistakes in README_CN
* Update zh/devices.html
* Update zh/features.html
* Update zh/devices.html
* Update zh/features.html
* Update zh/index.html
* Add Traditional Chinese translation for manager
* Try to add switching function for website
* fix manager translations for zh-rCH & zh-rTW
* try to add language switcher for manager
* try to add language switcher for manager
* try to add language switching function for manager app
* try to add language switching function for manager app
* try to add language switching function for manager app
* discard invalid changes
* Update values-it/strings.xml
Update Italian translation
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Added Italian link README_IT.md
* Create README_IT.md
Create Italian README
* Update Polish Translation - UpdateJson
UpdateJson in this context doesn't mean 'update the json file', but 'a link to a JSON file that contains info so manager can update the module'.
It is also a field described in the Magisk documentation, so it's best to leave the original form.
* Update Polish Translation - Export logs
Mostly a cosmetic change, should fit better with the other options in the settings menu
* manager: translations: Update french translations
* Fixed typos
* Added su compat translations
* Added allowlist backup/restore translations
* Added about source code translation
* manager: translations: fix typo
* This was missed in commit 4097d55716
* manager: translations: fix another typo
* i really have to get some sleep duh im tired
* Update french translations
* update french translation
* fix french translation typo
* add french translations
* Update french translations and fix typos
properly send `User-Agent` and `Accept-Language` to `updateJson` server,
module developers can check `User-Agent` whether to send update to user
and set user preferred language for changelog.
also added cache to reduce update server load
/data/local/tmp is never writable for normal apps, why previously it
works is that Rust's temp_dir() gets path from env, and since A13,
TMPDIR is set to app's cache dir. This is not the case for A12, so it
breaks. Fix it by set TMPDIR ourselves.