diff --git a/bin/index.ts b/bin/index.ts index 185d247..789a299 100644 --- a/bin/index.ts +++ b/bin/index.ts @@ -30,7 +30,7 @@ import { PatternPersistenceStrategy } from './pattern-persistence-strategy'; export function init(name: string = 't9n.conf.json') { name = name.endsWith('.json') ? name : `${name}.json`; const options: Options & { $schema: string } = { - $schema: 'https://github.com/kyubisation/angular-t9n/blob/master/tslint.json', + $schema: 'https://raw.githubusercontent.com/kyubisation/angular-t9n/master/t9n.schema.json', translationFile: 'messages.xlf', targetTranslationPath: '', includeContextInTarget: false, diff --git a/t9n-xlf.json b/t9n-xlf.json index 333f083..69a20aa 100644 --- a/t9n-xlf.json +++ b/t9n-xlf.json @@ -1,5 +1,5 @@ { - "$schema": "https://github.com/kyubisation/angular-t9n/blob/master/tslint.json", + "$schema": "https://raw.githubusercontent.com/kyubisation/angular-t9n/master/t9n.schema.json", "translationFile": "src/locale/xlf/messages.xlf", "targetTranslationPath": "", "includeContextInTarget": true, diff --git a/t9n-xlf2.json b/t9n-xlf2.json index 26ab99a..9f3b690 100644 --- a/t9n-xlf2.json +++ b/t9n-xlf2.json @@ -1,5 +1,5 @@ { - "$schema": "https://github.com/kyubisation/angular-t9n/blob/master/tslint.json", + "$schema": "https://raw.githubusercontent.com/kyubisation/angular-t9n/master/t9n.schema.json", "translationFile": "src/locale/xlf2/messages.xlf", "targetTranslationPath": "", "includeContextInTarget": true,