Skip to content
Snippets Groups Projects
Unverified Commit 89f618d7 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update i18n.ts

parent 4955df39
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import locale from '../../locales';
export default class Replacer {
private lang: string;
public pattern = /%i18n:([a-z_\-@\.\!]+?)%/g;
public pattern = /%i18n:([a-z0-9_\-@\.\!]+?)%/g;
constructor(lang: string) {
this.lang = lang;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment