Skip to content

Commit

Permalink
Merge branch 'main' into swipe_to_select
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn committed Jul 15, 2024
2 parents e71f400 + 03b8b69 commit 570871a
Show file tree
Hide file tree
Showing 444 changed files with 18,246 additions and 8,694 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auth-crowdin-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: "Sync Crowdin translations (auth)"

on:
schedule:
# Run Mondays at ~6:30 AM IST
# See: [Note: Run workflow on specific days of the week]
- cron: "50 1 * * 2"
- cron: "50 0 * * 1"
# Also allow manually running the workflow.
workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mobile-crowdin-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: "Sync Crowdin translations (mobile)"

on:
schedule:
# Run Mondays at ~6:30 AM IST
# See: [Note: Run workflow on specific days of the week]
- cron: "40 1 * * 2"
- cron: "40 0 * * 1"
# Also allow manually running the workflow.
workflow_dispatch:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/web-crowdin-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ on:
# Or the workflow itself is changed
- ".github/workflows/web-crowdin.yml"
schedule:
# Run Mondays at ~6:00 AM IST
#
# [Note: Run workflow on specific days of the week]
#
# The last (5th) component of the cron syntax denotes the day of the
# week, with 0 == SUN and 6 == SAT. So, for example, to run on every TUE
# and FRI, this can be set to `2,5`.
#
# See also: [Note: Run workflow every 24 hours]
- cron: "20 1 * * 2"
- cron: "20 0 * * 1"
# Also allow manually running the workflow.
workflow_dispatch:

Expand Down
30 changes: 29 additions & 1 deletion auth/assets/custom-icons/_data/custom-icons.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"icons": [
{ "title": "1xBet",
"altNames": ["1x", "1x bet", "1x-bet"
]
},
{
"title": "3Commas"
},
Expand All @@ -10,6 +14,10 @@
{
"title": "Airtable"
},
{
"title": "airtm",
"hex": "000000"
},
{
"title": "Anycoin Direct",
"slug": "anycoindirect"
Expand All @@ -20,6 +28,12 @@
{
"title": "Bitfinex"
},
{
"title": "bitget"
},
{
"title": "Bitmart"
},
{
"title": "BitMEX"
},
Expand Down Expand Up @@ -92,6 +106,10 @@
{
"title": "Crowdpear"
},
{
"title": "crypto.com",
"altNames": ["crypto"]
},
{
"title": "DCS",
"altNames": [
Expand All @@ -102,6 +120,9 @@
{
"title": "DEGIRO"
},
{
"title": "deriv"
},
{
"title": "DirectAdmin"
},
Expand Down Expand Up @@ -171,6 +192,9 @@
{
"title": "Hivelocity"
},
{
"title": "HTX"
},
{
"title": "IceDrive",
"slug": "Icedrive"
Expand Down Expand Up @@ -317,6 +341,8 @@
{
"title": "Odido"
},
{ "title": "okx",
"hex": "858585" },
{
"title": "Parsec"
},
Expand Down Expand Up @@ -534,6 +560,8 @@
],
"slug": "Yandex"
},
{ "title": "yahoo" },

{
"title": "YNAB",
"altNames": [
Expand All @@ -543,4 +571,4 @@
"hex": "3B5EDA"
}
]
}
}
1 change: 1 addition & 0 deletions auth/assets/custom-icons/icons/1xBet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions auth/assets/custom-icons/icons/airtm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions auth/assets/custom-icons/icons/bitget.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions auth/assets/custom-icons/icons/bitmart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions auth/assets/custom-icons/icons/coindcx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions auth/assets/custom-icons/icons/crypto.com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions auth/assets/custom-icons/icons/deriv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions auth/assets/custom-icons/icons/htx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 570871a

Please sign in to comment.