Add korean transliteration
This commit is contained in:
		| @@ -72,8 +72,8 @@ func initNotifRelay(dev *infinitime.Device) error { | ||||
| 				continue | ||||
| 			} | ||||
|  | ||||
| 			maps := viper.GetStringSlice("notifs.translit.maps.use") | ||||
| 			translit.Maps["custom"] = translit.Map(viper.GetStringSlice("notifs.translit.maps.custom")) | ||||
| 			maps := viper.GetStringSlice("notifs.translit.use") | ||||
| 			translit.Maps["custom"] = translit.Map(viper.GetStringSlice("notifs.translit.custom")) | ||||
| 			sender = translit.Transliterate(sender, maps...) | ||||
| 			summary = translit.Transliterate(summary, maps...) | ||||
| 			body = translit.Transliterate(body, maps...) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user