Skip to content

Commit

Permalink
】to ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin-jun-xiang committed May 26, 2023
1 parent 8c730ed commit 9154fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* generate a new token
* selection range: `repo` and `workflow`
* **keep** your secret token (don’t lose it, you need to paste it later)
<img src="https://github.com/Lin-jun-xiang/action-translate-readme/assets/63782903/b7487b49-817c-4925-b94a-bdb7b025a0c2" width=" 60%" />
<img src="https://github.com/Lin-jun-xiang/action-translate-readme/assets/63782903/b7487b49-817c-4925-b94a-bdb7b025a0c2" width=" 60%" />

* Create a new **`repository secret`**
* in your repository - `settings`
Expand Down
3 changes: 2 additions & 1 deletion translation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ declare -A map_table=(
[)]=")"
[:]=":"
[u003d]="="
# [//]="\/"
[:emoji_]=":"
[%_ddot_%]="."
[%_bbackslash_%]="\/"
Expand All @@ -14,6 +13,8 @@ declare -A map_table=(
[;]=";"
[%_ttab_%]=" "
["] ("]="]("
[】]="]"
[【]="["
)

function convert_symbols() {
Expand Down

0 comments on commit 9154fba

Please sign in to comment.