Created
June 2, 2015 12:54
-
-
Save rxaviers/86dbc0a2e4dd15b019a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/examples/react-globalize/dist/app/en.js b/examples/react-globalize/dist/app/en.js | |
index 3121e5c..ee5fbea 100644 | |
--- a/examples/react-globalize/dist/app/en.js | |
+++ b/examples/react-globalize/dist/app/en.js | |
@@ -30,6 +30,9 @@ Globalize.a940276218 = pluralGeneratorFn(function(n) { | |
Globalize.a61508260 = messageFormatterFn((function( ) { | |
return function (d) { return "Part of [TodoMVC/]"; } | |
})()); | |
+Globalize.b690639996 = messageFormatterFn((function( ) { | |
+ return function (d) { return "Get all this for free"; } | |
+})()); | |
Globalize.a1383686709 = messageFormatterFn((function( ) { | |
return function (d) { return "todos"; } | |
})()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment