mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 09:20:08 -05:00
Merge pull request #4666 from Roardom/weblate-readme
(Add) Weblate translation usage to readme
This commit is contained in:
+2
-1
@@ -13,4 +13,5 @@ phpstorm
|
||||
shareaza
|
||||
tmdb
|
||||
tvdb
|
||||
tvrage
|
||||
tvrage
|
||||
weblate
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/compile-assets-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/compile-assets-test.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/larastan.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/larastan.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/prettier-blade.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/prettier-blade.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://hosted.weblate.org/engage/unit3d/">
|
||||
<img src="https://hosted.weblate.org/widget/unit3d/svg-badge.svg" alt="Translation status" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -24,6 +27,7 @@
|
||||
2. [Installation](#installation)
|
||||
3. [Updating](#updating)
|
||||
4. [Contributing](#contributing)
|
||||
4. [Translations](#translations)
|
||||
5. [License](#license)
|
||||
6. [Services](#services)
|
||||
7. [Discord](#discord)
|
||||
@@ -49,6 +53,14 @@ To update your installation to the latest version, run the following command. Th
|
||||
|
||||
Please read [CONTRIBUTING.md](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
|
||||
|
||||
## <a name="translations"></a> 🌎 Translations
|
||||
|
||||
We use Weblate for translations. You can easily contribute to translations at https://hosted.weblate.org/engage/unit3d/. Use the following graphic to see if your native language could use some work.
|
||||
|
||||
<a href="https://hosted.weblate.org/engage/unit3d/">
|
||||
<img src="https://hosted.weblate.org/widget/unit3d/horizontal-auto.svg" alt="Translation status" />
|
||||
</a>
|
||||
|
||||
## <a name="license"></a> 📜 License
|
||||
|
||||
This project is licensed under the AGPL v3.0 License - see the [LICENSE](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE.md) file for details.
|
||||
@@ -94,8 +106,3 @@ We would like to extend our heartfelt thanks to the following companies, sites a
|
||||
### 🏢 Companies
|
||||
<a href="https://scoutapm.com/?utm_source=github&utm_medium=referral&utm_campaign=opensource_referral"><img src="https://i.postimg.cc/g29XCJDh/Logo-rounded-square-495x495-1.png" height="30px;"></a>
|
||||
<a href="https://www.jetbrains.com/?from=UNIT3D"><img src="https://i.imgur.com/KgDXZV8.png" height="30px;"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,3 +11,4 @@
|
||||
- [Torrent API](torrent_api.md)
|
||||
- [Updating Unit3d Version](updating_unit3d_version.md)
|
||||
- [Upgrading PHP Version](upgrading_php_version.md)
|
||||
- [Translations](translations.md)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# Translations
|
||||
|
||||
UNIT3D uses weblate for translations. You can easily contribute to translations at https://hosted.weblate.org/engage/unit3d/. Use the following graphic to see if your native language could use some work.
|
||||
|
||||
<a href="https://hosted.weblate.org/engage/unit3d/">
|
||||
<img src="https://hosted.weblate.org/widget/unit3d/horizontal-auto.svg" alt="Translation status" />
|
||||
</a>
|
||||
Reference in New Issue
Block a user