mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-18 13:20:04 +10:00
Update
- migration to Spotify version 1.1.92.647 - added to the settings cleaning downloaded tracks and cache - fixed minor bugs and link paths
This commit is contained in:
@@ -5,13 +5,13 @@ body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 🧐 Have you read the FAQ and viewed similar issues?
|
||||
description: Please read the <a href="https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#faq">FAQ</a>. Also check the open and closed <a href="https://github.com/amd64fox/SpotX/issues">issue</a> because your issue may have already been fixed.
|
||||
description: Please read the <a href="https://github.com/amd64fox/SpotX/discussions/111">FAQ</a>. Also check the open and closed <a href="https://github.com/amd64fox/SpotX/issues">issue</a> because your issue may have already been fixed.
|
||||
options:
|
||||
- label: I have read the FAQ
|
||||
required: true
|
||||
- label: I have checked older issues, open and closed
|
||||
required: true
|
||||
- label: I did a clean install of SpotX as <a href="https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#i-have-an-error--bug--strange-client-behavior-what-can-i-do-">described in the FAQ</a>
|
||||
- label: I did a clean install of SpotX as <a href="https://github.com/amd64fox/SpotX/discussions/111#discussion-4304353">described in the FAQ</a>
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: ✏️ FAQ
|
||||
url: https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#faq
|
||||
url: https://github.com/amd64fox/SpotX/discussions/111
|
||||
about: Read the frequently asked questions, maybe it will help solve your problem right now.
|
||||
@@ -6,7 +6,7 @@ body:
|
||||
id: lang
|
||||
attributes:
|
||||
label: What language do you want to translate into?
|
||||
description: Also pay attention to the <a href="https://github.com/amd64fox/SpotX/blob/0f42f1be40798dbe85fb1f765b266cca4ffe9a6c/Install.ps1#L98">languages</a> that have already been added.
|
||||
description: Also note the already added languages in the <a href="https://github.com/amd64fox/SpotX/discussions/60">Language parameters</a> section
|
||||
placeholder: e.g. English
|
||||
validations:
|
||||
required: true
|
||||
@@ -25,7 +25,7 @@ body:
|
||||
Now you can start translating strings, a few notes before you start:
|
||||
- Translation strings start after an equals sign and are enclosed in quotation marks
|
||||
- There are variables before the equal sign, they do not need to be translated.
|
||||
- Also, if you come across characters <kbd>{0}</kbd>, <kbd>{1}</kbd> or file names, then just skip them.
|
||||
- Also, if you come across characters <kbd>{0}</kbd>, <kbd>{1}</kbd>, <kbd>[Y/N]</kbd> or file names, then just skip them.
|
||||
|
||||
Good luck to you.
|
||||
value: |
|
||||
|
||||
Reference in New Issue
Block a user