Update language files
This commit is contained in:
12
.env
12
.env
@@ -1,12 +0,0 @@
|
|||||||
GIT_REPO_URL=https://github.com/yourusername/yourrepo.git
|
|
||||||
GIT_USERNAME=yourusername
|
|
||||||
GIT_EMAIL=your.email@example.com
|
|
||||||
GIT_BRANCH=main
|
|
||||||
|
|
||||||
# GitHub Authentication (choose one method):
|
|
||||||
# Method 1: Personal Access Token (recommended for HTTPS)
|
|
||||||
GITHUB_TOKEN=ghp_your_personal_access_token_here
|
|
||||||
|
|
||||||
# Method 2: SSH Key (for SSH URLs)
|
|
||||||
# GIT_REPO_URL=git@github.com:yourusername/yourrepo.git
|
|
||||||
# SSH_PRIVATE_KEY_PATH=/path/to/your/private/key
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN git config --global user.email "docker@example.com"
|
RUN git config --global user.email "gitea@yorgei.com"
|
||||||
RUN git config --global user.name "Docker Container"
|
RUN git config --global user.name "Yorgei"
|
||||||
|
|
||||||
CMD ["python", "download_and_compare.py"]
|
CMD ["python", "download_and_compare.py"]
|
||||||
|
|||||||
73991
zh-TW.diff
Normal file
73991
zh-TW.diff
Normal file
File diff suppressed because it is too large
Load Diff
73990
zh-TW.json
Normal file
73990
zh-TW.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user