lightnet 2.16.2 → 2.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# lightnet
|
|
2
2
|
|
|
3
|
+
## 2.16.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#217](https://github.com/LightNetDev/LightNet/pull/217) [`c490b1f`](https://github.com/LightNetDev/LightNet/commit/c490b1f0d5d90e0284fba4cf1fe01af5efdf753e) Thanks [@smn-cds](https://github.com/smn-cds)! - Fixed missing translation for de.yml
|
|
8
|
+
|
|
3
9
|
## 2.16.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "lightnet",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.16.
|
|
5
|
+
"version": "2.16.3",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/LightNetDev/lightnet",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/LightNetDev/lightnet/issues"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://lightnet
|
|
14
|
+
"homepage": "https://lightnet.community",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"astro-integration"
|
|
17
17
|
],
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# LightNet Translations
|
|
2
|
+
|
|
3
|
+
This folder contains all the built-in translations for LightNet.
|
|
4
|
+
Check the [translation status](TRANSLATION-STATUS.md) for an overview of completed translations and pending work.
|
|
5
|
+
|
|
6
|
+
## Help us improving the translations
|
|
7
|
+
|
|
8
|
+
Have you translated LightNet into a new language? Have you fixed a incorrect translation? Great! How about sharing
|
|
9
|
+
your work with others, by adding it to this folder?
|
|
10
|
+
|
|
11
|
+
This are the ways how you can contribute your translations:
|
|
12
|
+
|
|
13
|
+
- [Open a GitHub pull-request](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project), if you are a git-native. 🤓
|
|
14
|
+
- [Use the translation-update form](https://github.com/LightNetDev/LightNet/issues/new?template=---03-translations-update.yml) to share your work. ⭐️
|
|
15
|
+
- Contact us if your GitHub-account must not appear on this public repository.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Translation status
|
|
2
|
+
|
|
3
|
+
This report provides an overview of all built-in languages and the current progress of their translations.
|
|
4
|
+
|
|
5
|
+
## **DE** ([de.yml](./de.yml))
|
|
6
|
+
|
|
7
|
+
All keys have been translated. ✅
|
|
8
|
+
|
|
9
|
+
## **EN** ([en.yml](./en.yml))
|
|
10
|
+
|
|
11
|
+
All keys have been translated. ✅
|
|
@@ -7,7 +7,7 @@ ln.language_other: Sprachen
|
|
|
7
7
|
ln.type_one: Typ
|
|
8
8
|
ln.external-link: Externer link
|
|
9
9
|
ln.details.open: Öffnen
|
|
10
|
-
ln.details.part-of: Teil der Sammlung
|
|
10
|
+
ln.details.part-of-collection: Teil der Sammlung
|
|
11
11
|
ln.details.download: Download
|
|
12
12
|
ln.details.share: Teilen
|
|
13
13
|
ln.header.open-main-menu: Öffne Hauptmenü
|