Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-07-09 20:12:34 -07:00
commit ba4e96ee1e
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ export function nyaize(text: string): string {
) )
.replace(/(다$)|(다(?=\.))|(다(?= ))|(다(?=!))|(다(?=\?))/gm, "다냥") .replace(/(다$)|(다(?=\.))|(다(?= ))|(다(?=!))|(다(?=\?))/gm, "다냥")
.replace(/(야(?=\?))|(야$)|(야(?= ))/gm, "냥") .replace(/(야(?=\?))|(야$)|(야(?= ))/gm, "냥")
// zh-CN, zh-TW
.replace(/(妙|庙|描|渺|瞄|秒|苗|藐|廟)/g, "喵")
// el-GR // el-GR
.replaceAll("να", "νια") .replaceAll("να", "νια")
.replaceAll("ΝΑ", "ΝΙΑ") .replaceAll("ΝΑ", "ΝΙΑ")