English nyaize
This commit is contained in:
		
							parent
							
								
									94715e6153
								
							
						
					
					
						commit
						bc83963ac7
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -2,6 +2,8 @@ export function nyaize(text: string): string { | |||
| 	return text | ||||
| 		// ja-JP
 | ||||
| 		.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ').replace(/ナ/g, 'ニャ') | ||||
| 		// en-US
 | ||||
| 		.replace(/morning/gi, 'mornyan').replace(/everyone/gi, 'everynyan') | ||||
| 		// ko-KR
 | ||||
| 		.replace(/[나-낳]/g, match => String.fromCharCode( | ||||
| 			match.codePointAt(0)! + '냐'.charCodeAt(0) - '나'.charCodeAt(0) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue