Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/i18n_pack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const EN_KEY_COUNT: usize = 788;
const STATIC_ATTR_COUNT: usize = 332;
const STATIC_ATTR_DISTINCT: usize = 307;
const T_LITERAL_COUNT: usize = 537;
const T_LITERAL_DISTINCT: usize = 428;
const T_LITERAL_DISTINCT: usize = 429;

/// 切出语言包区段(起点标记 → 终点标记,含起点)。
fn pack_region<'a>(src: &'a str, start_mark: &str, end_mark: &str) -> &'a str {
Expand Down
Loading
Loading