 Issue 29338190:
  Issue 3697 - Fall back to i18n.getUILanguage if @ui_locale isn't supported  (Closed)
    
  
    Issue 29338190:
  Issue 3697 - Fall back to i18n.getUILanguage if @ui_locale isn't supported  (Closed) 
  | Index: safari/ext/common.js | 
| =================================================================== | 
| --- a/safari/ext/common.js | 
| +++ b/safari/ext/common.js | 
| @@ -126,11 +126,8 @@ | 
| var initCatalog = function(uiLocale) | 
| { | 
| - var bidiDir = /^(ar|fa|he|ug|ur)(_|$)/.test(uiLocale) ? "rtl" : "ltr"; | 
| var catalog = Object.create(null); | 
| - | 
| catalog["@@ui_locale"] = [uiLocale, []]; | 
| - catalog["@@bidi_dir" ] = [bidiDir, []]; | 
| return catalog; | 
| }; |