We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c50e1d commit 94f1805Copy full SHA for 94f1805
config/initializers/react_on_rails.rb
@@ -66,6 +66,13 @@
66
config.server_renderer_pool_size = 1 # increase if you're on JRuby
67
config.server_renderer_timeout = 20 # seconds
68
69
+ ################################################################################
70
+ # I18N OPTIONS
71
72
+ # Define the location of your translation.js
73
+ config.i18n_dir = nil
74
+ config.default_locale = "en"
75
+
76
################################################################################
77
# MISCELLANEOUS OPTIONS
78
0 commit comments