summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qif.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qif.rs b/src/qif.rs
index 9c94506..0f20394 100644
--- a/src/qif.rs
+++ b/src/qif.rs
@@ -107,6 +107,7 @@ fn replace_common(text: &str) -> String {
(Regex::new(r"(?i)CELL C").unwrap(), "Cell C"),
(Regex::new(r"(?i)ELECTRICITY").unwrap(), "Electricity"),
(Regex::new(r"(?i)(COUNTRY VIEW|STAR STOP|Shell|Sasol)").unwrap(), "Petrol"),
+ (Regex::new(r"(?i)kung ?fu").unwrap(), "Kungfu Kitchen"),
);
}
COMMON_NAMES.iter().fold(