Description
Expected behaviour
I expected application to support internationalization and localization with modular and scalable approach.
Actual behaviour
No inbuilt support for i18n/ l10n. In-built messages are in English only.
Gist/Plunker/Demo
[Description] Based on schema-form.js v0.8.13 I have developed a dynamic forms example with internationalization and localization support for English and Spanish languages. Example is available at Plunker here - https://plnkr.co/edit/WKduZL0Xe2lmkV9N5mk8?p=preview. This example demonstrates the separation of schema and form JSON data to separate files and load them using $http to angular modules and bind it to sfSchema and sfForm directives. Please review this example at plunker and add it to the project examples.
Related issues
The default messages like: 202: String does not match: {{schema.pattern}} from schema-form are in English only and needs support for various languages.
@json-schema-form/angular-schema-form-lead