chore: update README and remove localization documentation

- Updated image paths in README to reflect new locations.
- Removed outdated localization guidelines and related documentation files.
- Deleted unused metadata files for app descriptions and screenshots.
This commit is contained in:
cogwheel0
2025-10-16 23:06:20 +05:30
parent 893d8445f2
commit 4c3217c283
163 changed files with 1546 additions and 93 deletions

View File

@@ -18,7 +18,7 @@
<br>
<div align="center">
<img src="fastlane/metadata/en-US/images/conduit-demo.gif" alt="Conduit Demo" style="height:600px;"/>
<img src="docs/conduit-demo.gif" alt="Conduit Demo" style="height:600px;"/>
</div>
<br>
@@ -80,7 +80,7 @@ Conduit supports multiple authentication flows when connecting to your OpenWe
| | | | |
| --- | --- | --- | --- |
| <img src="fastlane/metadata/en-US/images/phoneScreenshots/2.png" alt="Screenshot 2" width="200" /> | <img src="fastlane/metadata/en-US/images/phoneScreenshots/3.png" alt="Screenshot 3" width="200" /> | <img src="fastlane/metadata/en-US/images/phoneScreenshots/4.png" alt="Screenshot 4" width="200" /> | <img src="fastlane/metadata/en-US/images/phoneScreenshots/5.png" alt="Screenshot 5" width="200" /> |
| <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png" alt="Screenshot 2" width="200" /> | <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png" alt="Screenshot 3" width="200" /> | <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png" alt="Screenshot 4" width="200" /> | <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png" alt="Screenshot 5" width="200" /> |
## Requirements
@@ -146,23 +146,6 @@ The app will request permissions for:
- Camera access
- Photo library access
## Localization (i18n)
See the dedicated documentation: [docs/localization.md](docs/localization.md)
## Compatibility
| Conduit App | OpenWebUI | Notes |
| --- | --- | --- |
| 1.x | 0.3.x+ | OpenAPI validation removed in 1.1+ (no bundled schema) |
## Docs
- Localization: `docs/localization.md`
- Architecture (planned): `docs/architecture.md`
- Theming (planned): `docs/theming.md`
- Release Process (planned): `docs/release.md`
## Architecture
The app follows a clean architecture pattern with: