Open latheeshvm opened 5 years ago
Hi @latheeshvmv
Thanks for the report. Can you please provide the filename and line number for these issues?
I have taken a look at the _n()
references inside the ACF source code, but can confirm these do contain a valid text domain.
hello @elliotcondon
Sorry _n() are false positive, actually that also results in additional min
textdomain . to fix that error i had to make some changes , i assigned it to a variable $outfix = $field['min'] ;
then placed $outfix. Problem is with the themecheck plugin .
Apply line 794 - inc/fieldgen/acf/includes/admin/admin-field-groups.php
Bulk Actions line 812 - inc/fieldgen/acf/includes/admin/admin-field-groups.php
btn line 38 - inc/fieldgen/acf/includes/admin/views/settings-addons.php
Empty alt = "" 4388 -inc/fieldgen/acf/includes/api/api-helpers.php 134 - inc/fieldgen/acf/includes/fields/class-acf-field-file.php
i couldn't find these , it's really to find out :/ WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply'
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments '%s'
`
WARNING: Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts'
WARNING: Found a translation function that is missing a text-domain. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file: /home/zk2ba8xn663w/public_html/wp-content/themes/ariva/inc/fieldgen/acf/pro/fields/class-acf-field-gallery.php
WARNING: Found a translation function that is missing a text-domain. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file: /home/zk2ba8xn663w/public_html/wp-content/themes/ariva/inc/fieldgen/acf/includes/fields/class-acf-field-relationship.php
WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'btn'
WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bulk Actions'
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply'
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments '%s'
I have included the the plugin in a theme and above issues where found , Can these be fixed? Also empty alt="" in the plugin file? Thanks