Skip to content
Snippets Groups Projects
Commit e4cd8d6f authored by Sascha Schmidt's avatar Sascha Schmidt
Browse files

Update process.js

parent dcac4aa4
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.translate");
import("system.vars");
import("CustomPlaceholder_lib");
......@@ -33,7 +32,6 @@ PlaceholderUtils.getPlaceholders = function (pLocale, pIsExportTemplateField)
locale = pLocale;
/***************************************************************************************************************/
//Definition of available basic Placeholders. For project specific Placeholders, use CustomPlaceholder_lib
logging.log(locale)
_addAddressFormat("address", "{street} {buildingno}", null, translate.text("Address", locale));
_addAddressFormat("zipCode", "{zip}", null , translate.text("Zip", locale));
_addAddressFormat("city", "{city}", null , translate.text("City", locale));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment