Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Created June 2, 2015 12:54
Show Gist options
  • Save rxaviers/86dbc0a2e4dd15b019a2 to your computer and use it in GitHub Desktop.
Save rxaviers/86dbc0a2e4dd15b019a2 to your computer and use it in GitHub Desktop.
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