swadeworx / ainspector

Automatically exported from code.google.com/p/ainspector
0 stars 0 forks source link

Localization is incomplete #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Localization is incomplete, there are many places in the code where html is 
built in the javascript files. Search for html tags (eg. div, span, etc) in 
the js files to find words/phrases in English that need to be localized 
(moved into a11y.properties).

Examples from view.js:
setSplashView()
sBody

Original issue reported on code.google.com by SFol...@gmail.com on 25 Feb 2010 at 6:04

GoogleCodeExporter commented 8 years ago
Example of what we need to do for strings:
FBL.$STR(ruleset[rule.id].severityCode.toLowerCase(), 'OAA_bundle')

Need to add text to OAA.properties in CHROME/LOCALE directory

Original comment by jong...@gmail.com on 9 Mar 2010 at 5:16

GoogleCodeExporter commented 8 years ago
According to the AMD structure Locale.$STR() should be used instead of the 
global FBL.

Sebastian

Original comment by sebastia...@gmail.com on 9 Apr 2013 at 8:08