UNPKG

otus-localization

Version:

A translation tool for Angular i18n(angular-t9n)

18 lines (17 loc) 496 B
{ "$schema": "http://json-schema.org/schema", "$id": "otus-translation-resolve-ng-locales", "title": "Angular t9n locale resolver", "description": "Resolves the available locales from the @angular/common package", "type": "object", "properties": { "dist": { "type": "string", "format": "path", "default": "src", "description": "The output path of the locales.", "x-prompt": "Where should the locales be saved to?" } }, "required": ["dist"] }