mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:33:09 +02:00
oops
This commit is contained in:
parent
23d452b99e
commit
e08b2a9481
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import locale from '../../locales';
|
|||
export default class Replacer {
|
||||
private lang: string;
|
||||
|
||||
public pattern = /%i18n:([a-z0-9_\-\.\!]+?)%/g;
|
||||
public pattern = /%i18n:([a-z0-9_\-\.\/\|\!]+?)%/g;
|
||||
|
||||
constructor(lang: string) {
|
||||
this.lang = lang;
|
||||
|
|
Loading…
Reference in a new issue