You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
The following afaik should be a valid json angular-trnslate file
{
"accept-privacy": {
"title": "Accept Privacy Policy",
"accept": "Accept",
"acceptTitle": "Accept Policy",
"text": "By clicking accept, you will be redirected to the application registration page from where you will be able to login again."
}
}
The following afaik should be a valid json angular-trnslate file
but the regexp
/^(\t)?"([^"]+)": "([^"]*)",?/
does not match.indent
characters (a better defaultindent
pattern should be\s*
){
and}
not matched in any caseThe text was updated successfully, but these errors were encountered: