{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'} {* Update an Address *} {form name="thelia.lang.update"} {* Capture the dialog body, to pass it to the generic dialog *} {capture "edit_lang_dialog"} {form_hidden_fields} {form_field field='title'}
{/form_field} {form_field field='code'}
{intl l='Check the list of ISO 639-1 codes'}
{/form_field} {form_field field='locale'}
{/form_field} {form_field field='date_time_format'}
{intl l='The syntax used is identical to the PHP date() function'}
{/form_field} {form_field field='date_format'}
{intl l='The syntax used is identical to the PHP date() function'}
{/form_field} {form_field field='time_format'}
{intl l='The syntax used is identical to the PHP date() function'}
{/form_field} {form_field field='decimal_separator'}
{intl l='Sets the separator for the decimal point'}
{/form_field} {form_field field='thousands_separator'}
{intl l='Sets the thousands separator.'}
{/form_field} {form_field field='decimals'}
{intl l='Decimal places'}
{/form_field} {/capture} {include file = "includes/generic-create-dialog.html" dialog_id = "edit_lang_dialog" dialog_title = {intl l="Edit a language"} dialog_body = {$smarty.capture.edit_lang_dialog nofilter} dialog_ok_label = {intl l="Save changes"} dialog_cancel_label = {intl l="Cancel"} form_action = {url path="/admin/configuration/languages/save/%id" id=$lang_id} form_enctype = {form_enctype} form_error_message = $form_error_message } {/form}