Compare commits

..

5 Commits

Author SHA1 Message Date
c7a2aa50e6 Merge pull request #15 from everland-3769/tw
加入了 TCTP 提供的台灣本地化繁體中文版本
2024-05-11 11:47:34 +08:00
2a6049e486 Update global.ini 2024-05-11 09:39:17 +08:00
149d96fb5a Update global.ini 2024-05-11 09:37:41 +08:00
40b4b887c5 update tw 2023-10-11 09:19:00 +00:00
2c92a65e73 add tw 2023-10-11 08:54:15 +00:00
2 changed files with 72094 additions and 68986 deletions

View File

@ -1,37 +0,0 @@
name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
workflow_dispatch:
jobs:
rust-pr-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
prefix-key: "rs_cache"
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
shared-key: "share"
- name: Setup localization runner tools
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization
- name: PR Check
env:
GH_REPO: ${{ github.repository }}
GH_PR_NUMBER: ${{ github.event.pull_request.id }}
GH_PR_TITLE: ${{ github.event.pull_request.title }}
run: localization -m pr_check

File diff suppressed because one or more lines are too long