-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing dependency in debian package (#704)
* chore: fill missing translations * chore: vscode filenesting * fix: add missing dependency in debian package * fixes #703 --------- Co-authored-by: Kingkor Roy Tirtho <[email protected]>
- Loading branch information
Showing
14 changed files
with
82 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
{ | ||
"cmake.configureOnOpen": false, | ||
"cSpell.words": [ | ||
"acousticness", | ||
"danceability", | ||
"instrumentalness", | ||
"Mpris", | ||
"riverpod", | ||
"speechiness", | ||
"Spotube", | ||
"winget" | ||
] | ||
} | ||
"cmake.configureOnOpen": false, | ||
"cSpell.words": [ | ||
"acousticness", | ||
"danceability", | ||
"instrumentalness", | ||
"Mpris", | ||
"riverpod", | ||
"speechiness", | ||
"Spotube", | ||
"winget" | ||
], | ||
"editor.formatOnSave": true, | ||
"explorer.fileNesting.enabled": true, | ||
"explorer.fileNesting.patterns": { | ||
"pubspec.yaml": "pubspec.lock,analysis_options.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies", | ||
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md", | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1 @@ | ||
{ | ||
"bn": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"ca": [ | ||
"querying_info", | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"de": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"es": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"fr": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"hi": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"ja": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"pl": [ | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"pt": [ | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
], | ||
|
||
"ru": [ | ||
"use_system_title_bar" | ||
], | ||
|
||
"zh": [ | ||
"piped_api_down", | ||
"piped_down_error_instructions", | ||
"you_are_offline", | ||
"connection_restored", | ||
"use_system_title_bar" | ||
] | ||
} | ||
{} |