Spaces:
Sleeping
Sleeping
Update TaiwaneseHokkien.py
Browse files- TaiwaneseHokkien.py +1 -1
TaiwaneseHokkien.py
CHANGED
@@ -59,4 +59,4 @@ class TaiwaneseHokkien(Language):
|
|
59 |
return result
|
60 |
@property
|
61 |
def compare_colors(self):
|
62 |
-
return {'tone error': 'red', 'initial error'
|
|
|
59 |
return result
|
60 |
@property
|
61 |
def compare_colors(self):
|
62 |
+
return {'tone error': 'red', 'initial error': 'blue', 'rime error': 'green', 'missing syllables': 'yellow', 'extra syllables': 'stone'}
|