You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/translation-tracker/index.js
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,7 @@ class GitHubCommitTracker {
379
379
**Branch**: \`${this.currentBranch}\`
380
380
381
381
### 📅 Timeline
382
-
- **Latest English update**: ${englishCommit ? `${englishCommit.date.toLocaleDateString()} by ${englishCommit.author}` : 'Unknown (commit data unavailable)'}
382
+
- **Latest English update**: ${englishCommit.date.toLocaleDateString()} by ${englishCommit.author}
383
383
384
384
`;
385
385
@@ -421,7 +421,7 @@ class GitHubCommitTracker {
421
421
- [ ] Ensure translation is accurate and culturally appropriate
0 commit comments