20-Apr-2022, 02:46 PM
I'm changing my language > english > custom.php file to alter wording.
It was working successfully, but has since stopped updating. Here's my current file:
Even if I delete the custom.php entries, it does not default back to the original text.
Is there any reason why I can't directly change the words inside the default language folder? The only reason I could think is this might cause problems when updating?
It was working successfully, but has since stopped updating. Here's my current file:
Code:
<?php
$_['lang_text_required'] = '* Required';
$_['lang_text_notify'] = 'Update via email';
$_['lang_text_says'] = '';
$_['lang_heading_form'] = 'You can leave a comment below';
$_['lang_heading_comments'] = '';
$_['lang_button_submit'] = 'Comment';
$_['lang_placeholder_comment'] = 'Type your comment here...';
$_['lang_placeholder_name'] = 'Your name';
$_['lang_placeholder_email'] = 'Your email (optional)';
$_['lang_placeholder_website'] = 'Link to your website';
$_['lang_title_comment'] = 'Type your comment here';
$_['lang_title_notify'] = 'Email me about new comments';
$_['lang_entry_sort_by_3'] = 'Most likes';
?>
Even if I delete the custom.php entries, it does not default back to the original text.
Is there any reason why I can't directly change the words inside the default language folder? The only reason I could think is this might cause problems when updating?