Skip to content

Commit 85e9c5e

Browse files
Merge branch 'main' into v1.8.0.2
2 parents 1b3ef75 + 731f313 commit 85e9c5e

17 files changed

+70
-15
lines changed

.github/ISSUE_TEMPLATE/01_QUESTION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body:
2424
required: true
2525
- label: "I understand that incomplete or vague questions may be closed without an answer."
2626
required: true
27-
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the MultiLauncher mission."
27+
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the YAM Launcher mission."
2828
required: false
2929

3030
- type: textarea

.github/ISSUE_TEMPLATE/02_BUG_REPORT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for helping we to make MultiLauncher better by reporting a bug. :hugs:
10+
Thank you for helping we to make YAM Launcher better by reporting a bug. :hugs:
1111
Please fill in as much information as possible about your bug so that we can fix it faster.
1212
1313
- type: checkboxes
@@ -31,7 +31,7 @@ body:
3131
required: true
3232
- label: "I understand that incomplete or vague reports may be closed without investigation."
3333
required: true
34-
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the MultiLauncher mission."
34+
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the YAM Launcher mission."
3535
required: false
3636

3737
- type: input

.github/ISSUE_TEMPLATE/03_ENHANCEMENT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for helping to make MultiLauncher better by suggesting a feature. :hugs:
10+
Thank you for helping to make YAM Launcher better by suggesting a feature. :hugs:
1111
Your ideas are highly welcome!
1212
1313
- type: checkboxes
@@ -31,7 +31,7 @@ body:
3131
required: true
3232
- label: "I understand that vague or poorly explained requests may be closed without further discussion."
3333
required: true
34-
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the MultiLauncher mission."
34+
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the YAM Launcher mission."
3535
required: false
3636

3737
- type: textarea

.github/ISSUE_TEMPLATE/04_CRASH_REPORT.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Crash Report
2-
description: Create a report with a generated crash log attached (if possible) to help MultiLauncher improve
2+
description: Create a report with a generated crash log attached (if possible) to help YAM Launcher improve
33
labels: [ "Type: Crash Report" ]
44
title: "[Crash Report] add text here"
55
assignees: [ "CreativeCodeCat" ]
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for helping me to make MultiLauncher better by reporting a crash. :hugs:
10+
Thank you for helping me to make YAM Launcher better by reporting a crash. :hugs:
1111
Please fill in as much information as possible about your crash so that I can fix it immediately.
1212
1313
- type: checkboxes
@@ -27,7 +27,7 @@ body:
2727
required: true
2828
- label: "I have created a title that clearly summarizes the crash or its trigger condition."
2929
required: true
30-
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the MultiLauncher mission."
30+
- label: "I optionally [donated](https://www.buymeacoffee.com/CreativeCodeCat) to support the YAM Launcher mission."
3131
required: false
3232

3333
- type: input

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [ ] Security Fix <!-- Fixes a vulnerability or improves security -->
1212
- [ ] CI/CD or Build Config <!-- Updates to GitHub Actions, pipelines, or build tools -->
1313
- [ ] Breaking Change <!-- Existing functionality will no longer work as expected -->
14-
- [ ] Release <!-- Prepares a new MultiLauncher release -->
14+
- [ ] Release <!-- Prepares a new YAM Launcher release -->
1515
- [ ] Documentation Update Required <!-- Documentation needs updating -->
1616

1717
---
@@ -53,7 +53,7 @@
5353

5454
### Test Information <!-- Required -->
5555

56-
- **MultiLauncher Version:**
56+
- **YAM Launcher Version:**
5757
- **Device Name:**
5858
- **Android Version:**
5959
- **Other Notes:**

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. See [conven
88

99
- Add GitHub issue and pull request templates - ([a28f9b9](https://github.com/DroidWorksStudio/yam_launcher/commit/a28f9b9a00597246d29b020c1f3de474253918e1))
1010

11+
### Language Support:
12+
13+
- Updated Language Files. ([#3](https://github.com/DroidWorksStudio/yam_launcher/issues/3)) - ([a024304](https://github.com/DroidWorksStudio/yam_launcher/commit/a02430460f7c64080fed6cadc182c09ee77a793b))
14+
1115
## [1.8.0.1](https://github.com/DroidWorksStudio/yam_launcher/tree/v1.8.0.1) - (30, August 2025)
1216

1317
### Feature Removal:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ People *love* thorough bug reports. I'm not even kidding.
8888

8989
## License
9090

91-
**Any contributions you make will be under the GPL-3.0 License**
91+
**Any contributions you make will be under the MIT License**
9292

93-
In short, when you submit code changes, your submissions are understood to be under the same [GPL-3.0 License]([http://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/gpl-3.0/)) that covers the project. Feel free to contact the maintainers if that's a concern.
93+
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
9494

95-
By contributing, you agree that your contributions will be licensed under its GPL-3.0 License.
95+
By contributing, you agree that your contributions will be licensed under its MIT License.

crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pull_request_title: 'Lang: Updated Language Files.'
22
files:
33
- source: /app/src/main/res/values/strings.xml
44
translation: /app/src/main/res/values-%android_code%/%original_file_name%
5-
- source: /fastlane/metadata/android/en-US/*.txt
6-
translation: /fastlane/metadata/android/%locale%/%original_file_name%
5+
- source: /metadata/en-US/*.txt
6+
translation: /metadata/%locale%/%original_file_name%
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
YAM (Yet Another Minimalist) Launcher ist ein minimalistischer textbasierter Launcher für Android mit Wetterintegration.
2+
3+
Hauptmerkmale:
4+
5+
- Keine auffälligen Effekte, Symbole oder andere Ablenkungen. Perfekt für digitalen Minimalismus.
6+
- Anpassbare Verknüpfungen für Ihre am häufigsten verwendeten Apps.
7+
- Wetterintegration mit [Open-Meteo](https://open-meteo.com/). (optional)
8+
- Unterstützung für Arbeitsprofile.
9+
- Suchen Sie unten auf dem Bildschirm.
10+
- Kontaktsuchfunktion. (optional)
11+
- Anpassbare Schriftarten und Schriftstile, standardmäßig Ihre Systemschriftart.
12+
- Material, das Sie unterstützen.
13+
- Standardmäßig einfach, unter der Haube anpassbar.
14+
- Unterstützung für Barrierefreiheitsaktionen.
15+
- Open Source unter der MIT-Lizenz.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
YAM Launcher ist ein minimalistischer textbasierter Launcher für Android mit Wetter!

0 commit comments

Comments
 (0)