Browse Source

ci: fix crowdin configs

HEAD
Yang Luo 2 years ago
parent
commit
23a56d8623
3 changed files with 6 additions and 9 deletions
  1. +2
    -2
      .github/workflows/sync.yml
  2. +3
    -6
      README.md
  3. +1
    -1
      conf/app.conf

+ 2
- 2
.github/workflows/sync.yml View File

@@ -31,7 +31,7 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: '463556'
CROWDIN_PROJECT_ID: '603051'
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

- name: crowdin backend action
@@ -52,5 +52,5 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: '463556'
CROWDIN_PROJECT_ID: '603051'
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

+ 3
- 6
README.md View File

@@ -26,7 +26,7 @@

<p align="center">
<a href="https://goreportcard.com/report/github.com/casbin/casibase">
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/casdoor/casdoor?style=flat-square">
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/casbin/casibase?style=flat-square">
</a>
<a href="https://github.com/casbin/casibase/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/casbin/casibase?style=flat-square" alt="license">
@@ -40,15 +40,12 @@
<a href="https://github.com/casbin/casibase/network">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/casbin/casibase?style=flat-square">
</a>
<a href="https://crowdin.com/project/casibase-site">
<img alt="Crowdin" src="https://badges.crowdin.net/casdoor-site/localized.svg">
<a href="https://crowdin.com/project/casibase">
<img alt="Crowdin" src="https://badges.crowdin.net/casibase/localized.svg">
</a>
<a href="https://discord.gg/devUNrWXrh">
<img alt="Discord" src="https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2">
</a>
<!-- waiting for changing -->
<!-- <a href="https://goreportcard.com/report/github.com/casbin/casibase"> -->
<!-- <a href="https://crowdin.com/project/casibase-site"> -->
</p>

## Architecture


+ 1
- 1
conf/app.conf View File

@@ -16,4 +16,4 @@ casdoorOrganization = "casbin"
casdoorApplication = "app-casibase"
cacheDir = "C:/casibase_cache"
appDir = ""
socks5Proxy = "127.0.0.1:7890"
socks5Proxy = "127.0.0.1:10808"

Loading…
Cancel
Save