Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: lib/i18n/intl.dart

Issue 10692018: Add intl to apidoc, and some minor comment formatting cleanup. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/i18n/date_format.dart ('k') | lib/i18n/intl_message.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/i18n/intl.dart
===================================================================
--- lib/i18n/intl.dart (revision 9186)
+++ lib/i18n/intl.dart (working copy)
@@ -1,17 +1,21 @@
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+#library('intl');
+
+#import('dart:web');
+
+#source('intl_message.dart');
+#source('date_format.dart');
+#source('bidi_formatter.dart');
+#source('bidi_utils.dart');
+
/**
- * Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
- * for details. All rights reserved. Use of this source code is governed by a
- * BSD-style license that can be found in the LICENSE file.
- *
* Internationalization object providing access to message formatting objects,
* date formatting, parsing, bidirectional text relative to a specific locale.
*/
-#library('Intl');
-
-#import('intl_message.dart');
-#import('date_format.dart');
-
class Intl {
/**
« no previous file with comments | « lib/i18n/date_format.dart ('k') | lib/i18n/intl_message.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698