ClearFoundation Tracker - ClearOS
View Issue Details
0000931ClearOSapp-devel - Developer Toolspublic2013-01-11 19:202013-02-02 12:19
user2 
user2 
normaltweakN/A
closedfixed 
 
6.4.0 Beta 16.4.0 Beta 1 
0000931: Improve translation detection when en_US and translation are equivalent
With the existing translator mode, it is not possible to distinguish between an untranslated tag and a tag that happens to be equivalent to the en_US. For example, the French translation for the word "Date" is ... "Date". The PHP array looks exactly the same in these two scenarios:

$lang['date_date'] = 'Date';

We need to add more information from the Pootle translator to make a clear distinction.
No tags attached.
Issue History
2013-01-11 19:20user2New Issue
2013-01-11 19:21user2Categoryapp-dhcp - DHCP Server => app-devel - Developer Tools
2013-01-11 19:21user2Assigned To => user2
2013-01-11 19:21user2Statusnew => confirmed
2013-01-11 19:24user2Note Added: 0000636
2013-01-11 19:24user2Statusconfirmed => resolved
2013-01-11 19:24user2Fixed in Version => 6.4.0 Beta 1
2013-01-11 19:24user2Resolutionopen => fixed
2013-01-11 19:24user2Target Version6.4.0 Beta 2 => 6.4.0 Beta 1
2013-01-11 19:25user2Note Edited: 0000636bug_revision_view_page.php?bugnote_id=636#r31
2013-02-02 12:19user2Statusresolved => closed

Notes
(0000636)
user2   
2013-01-11 19:24   
(edited on: 2013-01-11 19:25)
SVN 5409