mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
feat: add auto download
This commit is contained in:
parent
e3469b435f
commit
9c2afb2a7b
4
.github/workflows/languages-download.yml
vendored
4
.github/workflows/languages-download.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Download Languages Resources
|
||||
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: "0 0 * * 5" # At 00:00(UTC) on Friday.
|
||||
schedule:
|
||||
- cron: '0 0 * * 5' # At 00:00(UTC) on Friday.
|
||||
workflow_dispatch:
|
||||
|
||||
# Cancels all previous workflow runs for pull requests that have not completed.
|
||||
|
@ -141,6 +141,5 @@
|
||||
"Sign in": "Sign in to AFFiNE Cloud",
|
||||
"Sync Description": "{{workspaceName}} is a Local Workspace. All data is stored on the current device. You can enable AFFiNE Cloud for this workspace to keep data in sync with the cloud.",
|
||||
"Sync Description2": "<1>{{workspaceName}}</1> is a Cloud Workspace. All data will be synchronised and saved to AFFiNE Cloud.",
|
||||
"Delete Workspace Description": "Deleting (<1>{{workspace}}</1>) cannot be undone, please proceed with caution. All contents will be lost.",
|
||||
"test auto update": "test"
|
||||
"Delete Workspace Description": "Deleting (<1>{{workspace}}</1>) cannot be undone, please proceed with caution. All contents will be lost."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user