mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
66 lines
2.7 KiB
Markdown
66 lines
2.7 KiB
Markdown
# SagerNet for Android
|
|
|
|
[](https://android-arsenal.com/api?level=21)
|
|
[](https://github.com/SagerNet/SagerNet/releases)
|
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
|
|
The universal proxy toolchain for Android, written in Kotlin.
|
|
|
|
---
|
|
|
|
⚠️ **The SagerNet app is looking for a new maintainer**
|
|
|
|
Due to my physical condition, I may not be able to update SN / plugins in time.
|
|
|
|
I am looking for a new maintainer for the project. The new maintainer should have a track record of successfully maintaining an open-source project.
|
|
|
|
Potential maintainers can gain the required experience by contributing to this project. If you are interested, jump in and start contributing.
|
|
|
|
If you rely on the quality and ongoing maintenance of this package, please get involved by helping to maintain this package or finding people to help maintain the project.
|
|
|
|
---
|
|
|
|
Note for spammers: We never stop maintaining.
|
|
|
|
---
|
|
|
|
## Documents
|
|
|
|
https://sagernet.org
|
|
|
|
## Localization
|
|
|
|
Is SagerNet not in your language, or the translation is incorrect or incomplete? Get involved in the
|
|
translations on our [Weblate](https://hosted.weblate.org/engage/sagernet/).
|
|
|
|
[](https://hosted.weblate.org/engage/sagernet/)
|
|
|
|
### Adding a new language
|
|
|
|
First and foremost, Android must already support the specific language and locale you want to add.
|
|
We cannot work with languages that Android and the SDK do not support, the tools simply break down.
|
|
Next, if you are considering adding a country-specific variant of a language (e.g. de-AT), first
|
|
make sure that the main language is well maintained (e.g. de). Your contribution might be useful to
|
|
more people if you contribute to the existing version of your language rather than the
|
|
country-specific variant.
|
|
|
|
Anyone can create a new language via Weblate.
|
|
|
|
## License
|
|
|
|
```
|
|
Copyright (C) 2021 by nekohasekai <contact-sagernet@sekai.icu>
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
``` |