Spaces:
Running
Running
Update romanizer.py
Browse files- romanizer.py +2 -0
romanizer.py
CHANGED
|
@@ -129,3 +129,5 @@ def sinhala_to_roman(text):
|
|
| 129 |
# then specials
|
| 130 |
text = replace_all(text, ro_specials)
|
| 131 |
return text
|
|
|
|
|
|
|
|
|
| 129 |
# then specials
|
| 130 |
text = replace_all(text, ro_specials)
|
| 131 |
return text
|
| 132 |
+
|
| 133 |
+
__all__ = ['sinhala_to_roman']
|