Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/notificationHelper.js

Issue 29338190: Issue 3697 - Fall back to i18n.getUILanguage if @ui_locale isn't supported (Closed)
Patch Set: Update the adblockplusui dependency. Add a comment. Change regexp. Created Aug. 29, 2017, 1:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/notificationHelper.js
===================================================================
--- a/lib/notificationHelper.js
+++ b/lib/notificationHelper.js
@@ -213,7 +213,7 @@
title,
{
lang: Utils.appLocale,
- dir: ext.i18n.getMessage("@@bidi_dir"),
+ dir: Utils.readingDirection,
body: message,
icon: iconUrl
}

Powered by Google App Engine
This is Rietveld