Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
		
						commit
						73bd877993
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ import locale from '../../locales';
 | 
				
			||||||
export default class Replacer {
 | 
					export default class Replacer {
 | 
				
			||||||
	private lang: string;
 | 
						private lang: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public pattern = /%i18n:([a-z_\-@\.\!]+?)%/g;
 | 
						public pattern = /%i18n:([a-z0-9_\-@\.\!]+?)%/g;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	constructor(lang: string) {
 | 
						constructor(lang: string) {
 | 
				
			||||||
		this.lang = lang;
 | 
							this.lang = lang;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue