mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
fix: single _
will be traited as a space by image shields
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
e9297096df
commit
dbb1df5f8b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ async function calculateTranslationRate() {
|
|||
const files = (await fs.readdir(localesDir)).filter(file => file !== 'en_US.axaml' && file.endsWith('.axaml'));
|
||||
|
||||
// Add en_US badge first
|
||||
badges.push(`[](TRANSLATION.md)`);
|
||||
badges.push(`[](TRANSLATION.md)`);
|
||||
|
||||
for (const file of files) {
|
||||
const filePath = path.join(localesDir, file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue