Skip to content

Commit a7d7163

Browse files
committed
refactor: 不存在原文的键现在不会输出到翻译文件
1 parent b1511b2 commit a7d7163

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3810
-15125
lines changed

crates/emmylua_ls/src/handlers/initialized/std_i18n.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ fn fnv1a64_hex(s: &str) -> String {
371371
hash ^= *b as u64;
372372
hash = hash.wrapping_mul(0x00000100000001B3);
373373
}
374-
format!("fnv1a64:{hash:016x}")
374+
format!("{hash:016x}")
375375
}
376376

377377
#[cfg(test)]

0 commit comments

Comments
 (0)