ClearFoundation Tracker - ClearOS
View Issue Details
0000513ClearOSclearos-frameworkpublic2012-03-30 15:292012-04-18 19:37
user2 
user2 
normaltweakalways
closedfixed 
 
6.2.06.2.0 
0000513: Some apps use the CI number format helper, but translations are missing
Selected CI translations need to be added to the framework or base translations.
No tags attached.
Issue History
2012-03-30 15:29user2New Issue
2012-04-01 09:32user2Statusnew => confirmed
2012-04-01 15:04user2Note Added: 0000452
2012-04-01 16:12user2Checkin
2012-04-01 16:12user2Note Added: 0000453
2012-04-01 16:13user2Checkin
2012-04-01 16:13user2Note Added: 0000454
2012-04-01 16:14user2Statusconfirmed => resolved
2012-04-01 16:14user2Fixed in Version => 6.2.0
2012-04-01 16:14user2Resolutionopen => fixed
2012-04-01 16:14user2Assigned To => user2
2012-04-18 19:37user2Statusresolved => closed

Notes
(0000452)
user2   
2012-04-01 15:04   
(README in the base translations)

A lot of translations (200+) are found in CodeIgniter, but we don't use
that many yet. We maintain a much smaller list here (translating is
already hard enough!).

framework_lang.php contains the list of tags that need translating via the
translation srever.

framework_override.php contains a list of translations that are already
defined. These are just mapped to their equivalent "base" translation.
(0000453)
user2   
2012-04-01 16:12   
Source Code Changelog
---------------------------------------------------
- Merged framework translations into base [tracker 0000513]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=3712 [^]
D webconfig/framework/trunk/application/language/en_US/
U webconfig/framework/trunk/application/libraries/Page.php
(0000454)
user2   
2012-04-01 16:13   
Source Code Changelog
---------------------------------------------------
- Allowed CodeIgniter translations to pass through (now just logged) [tracker 0000513]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=3713 [^]
U webconfig/framework/trunk/system/core/Lang.php