Skip to content

Commit d3ddaa4

Browse files
authored
Merge pull request #4666 from Roardom/weblate-readme
(Add) Weblate translation usage to readme
2 parents cafe143 + 6c12bc5 commit d3ddaa4

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

.cspell/brands.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ phpstorm
1313
shareaza
1414
tmdb
1515
tvdb
16-
tvrage
16+
tvrage
17+
weblate

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<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>
1313
<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>
1414
<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>
15+
<a href="https://hosted.weblate.org/engage/unit3d/">
16+
<img src="https://hosted.weblate.org/widget/unit3d/svg-badge.svg" alt="Translation status" />
17+
</a>
1518
</p>
1619

1720
<p align="center">
@@ -24,6 +27,7 @@
2427
2. [Installation](#installation)
2528
3. [Updating](#updating)
2629
4. [Contributing](#contributing)
30+
4. [Translations](#translations)
2731
5. [License](#license)
2832
6. [Services](#services)
2933
7. [Discord](#discord)
@@ -49,6 +53,14 @@ To update your installation to the latest version, run the following command. Th
4953

5054
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.
5155

56+
## <a name="translations"></a> 🌎 Translations
57+
58+
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.
59+
60+
<a href="https://hosted.weblate.org/engage/unit3d/">
61+
<img src="https://hosted.weblate.org/widget/unit3d/horizontal-auto.svg" alt="Translation status" />
62+
</a>
63+
5264
## <a name="license"></a> 📜 License
5365

5466
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
94106
### 🏢 Companies
95107
<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>&nbsp;
96108
<a href="https://www.jetbrains.com/?from=UNIT3D"><img src="https://i.imgur.com/KgDXZV8.png" height="30px;"></a>&nbsp;
97-
98-
99-
100-
101-

book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
- [Torrent API](torrent_api.md)
1212
- [Updating Unit3d Version](updating_unit3d_version.md)
1313
- [Upgrading PHP Version](upgrading_php_version.md)
14+
- [Translations](translations.md)

book/src/translations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Translations
2+
3+
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.
4+
5+
<a href="https://hosted.weblate.org/engage/unit3d/">
6+
<img src="https://hosted.weblate.org/widget/unit3d/horizontal-auto.svg" alt="Translation status" />
7+
</a>

0 commit comments

Comments
 (0)