[Plugin: Visual Form Builder] Localization of address block
-
Matthew,
a great piece of work you did.
Do you think you could change these lines in the address block (around line 2244 in visual-form-builder.php) to make these labels available for localization with Poedit or others?
<label for="' . $id_attr . '-address">' . __( 'Address' , 'visual-form-builder') . '</label> <label for="' . $id_attr . '-address-2">' . __( 'Address Line 2' , 'visual-form-builder') . '</label> <label for="' . $id_attr . '-city">' . __( 'City' , 'visual-form-builder') . '</label> <label for="' . $id_attr . '-state">' . __( 'State / Province / Region' , 'visual-form-builder') . '</label> <label for="' . $id_attr . '-zip">' . __( 'Postal / Zip Code' , 'visual-form-builder') . '</label> <label for="' . $id_attr . '-country">' . __( 'Country' , 'visual-form-builder') . '</label>
Regards from German speaking Austria ??
https://www.ads-software.com/extend/plugins/visual-form-builder/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Visual Form Builder] Localization of address block’ is closed to new replies.