File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - fix/after-localizations
8
7
9
8
jobs :
10
9
synchronize-with-crowdin :
25
24
create_pull_request : true
26
25
pull_request_title : ' New Crowdin Translations'
27
26
pull_request_body : ' New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
28
- pull_request_base_branch_name : ' fix/after-localizations '
27
+ pull_request_base_branch_name : ' main '
29
28
env :
30
29
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
31
30
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ type useI18nParams = {
172
172
173
173
const openSubscirbe = ref (true );
174
174
const useI18n = (param : useI18nParams ) => {
175
- const _locale = param .locale || " ko " ;
175
+ const _locale = param .locale || " zh " ;
176
176
const t = (key : string ) => {
177
177
if (key .includes (" ." )) {
178
178
const keyOne = key .split (" ." ).shift ();
You can’t perform that action at this time.
0 commit comments