Loading...
 
Skip to main content

lib/prefs/feature.php and global.pref contain untranslateable text

Status
Open
Subject
lib/prefs/feature.php and global.pref contain untranslateable text
Version
18.x
Category
  • Bug
  • Easy for Newbie Dev
  • Less than 30-minutes fix
Feature
Admin Interface (UI)
Resolution status
New
Submitted by
hman
Lastmod by
hman
Rating
(0)
Description

In line 520, lib/prefs/feature.php containts text (a hint) that cannot be translated into any language, because it doesn't call tra():

Copy to clipboard
'feature_contact' => [ 'name' => tra('Contact us'), 'description' => tra('A basic contact form a visitor can use to contact the site admin'), 'hint' => 'You can use Trackers to create custom Contact Us forms.', 'help' => 'Contact+us', 'type' => 'flag', 'default' => 'n', 'dependencies' => [ 'feature_messages', 'sender_email', ], 'tags' => ['basic'], 'admin' => 'general', 'view' => 'tiki-contact.php', ],
Importance
4
Easy to solve?
10 easy
Priority
40
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7425
Created
Monday 20 July, 2020 14:52:56 UTC
by hman
LastModif
Wednesday 22 July, 2020 21:13:15 UTC


Show PHP error messages