mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-11 11:51:53 +08:00
update
This commit is contained in:
+2
-1
@@ -142,6 +142,7 @@ def capitalize_first_letters(text):
|
||||
|
||||
def first_to_second_person(text):
|
||||
text = " " + text
|
||||
text = text.replace("’", "'")
|
||||
for pair in first_to_second_mappings:
|
||||
variations = mapping_variation_pairs(pair)
|
||||
for variation in variations:
|
||||
@@ -151,7 +152,7 @@ def first_to_second_person(text):
|
||||
|
||||
def second_to_first_person(text):
|
||||
text = " " + text
|
||||
|
||||
text = text.replace("’", "'")
|
||||
for pair in second_to_first_mappings:
|
||||
variations = mapping_variation_pairs(pair)
|
||||
for variation in variations:
|
||||
|
||||
Reference in New Issue
Block a user