Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.

Home Page:http://esri.github.io/geoform-template-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add title and description to nls for better internationalization

bogibrynjar opened this issue · comments

Currently the title and description of geoform is hard-coded in the details.js part of the code. Better internationalization would be easier to achieve by moving these elements into the resources.js file in the nls section. This would offer more flexibility and better support for multilingual deployments.

Also there are other labels/text in the defaults.js that should be moved to the nls/resources.js such as:

attachmentLabel
attachmentHelpText
submitButtonText
viewSubmissionsText

I would love to do this myself and contribute but not a developer unfortunately!