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

Unified Diff: README.md

Issue 1244843002: Allow ClassName_methodName for a message name, easier to disambiguate duplicates (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Created 5 years, 5 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 | « CHANGELOG.md ('k') | lib/intl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index ec71975259abf53eb43b82f649755c7704814ed1..e1fcfc0a5121d6f1efdbffc79e8cd884c0c56efb 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,8 @@ an [Intl.message][Intl.message] call.
This provides, in addition to the basic message string, a name, a
description for translators, the arguments used in the message, and
examples. The `name` and `args` parameters are required, and must
-match the name and arguments list of the function. In the future we
+match the name (or ClassName_methodName) and arguments list of the
+function respectively. In the future we
hope to have these provided automatically.
This can be run in the program before any translation has been done,
« no previous file with comments | « CHANGELOG.md ('k') | lib/intl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698