aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorKassio Borges <kassioborgesm@gmail.com>2014-01-26 20:05:34 -0200
committerKassio Borges <kassioborgesm@gmail.com>2014-01-27 08:03:46 -0200
commit433628a45c2f5dd04b115af1b5579dac75255c67 (patch)
tree891bdb430900df8509d71ed67a78f5fd95c5cda5 /actionview/CHANGELOG.md
parent3fd6329e2bda3b5e01cab90527fe5d09e21f3b9f (diff)
downloadrails-433628a45c2f5dd04b115af1b5579dac75255c67.tar.gz
rails-433628a45c2f5dd04b115af1b5579dac75255c67.tar.bz2
rails-433628a45c2f5dd04b115af1b5579dac75255c67.zip
Rails config for raise on missing translations
Add a config to setup whether raise exception for missing translation or not.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 19877ca8cb..960f867d99 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Added `config.action_view.raise_on_missing_translations` to define whether an
+ error should be raised for missing translations.
+
+ Fixes #13196
+
+ *Kassio Borges*
+
* Improved ERB dependency detection. New argument types and formattings for the `render`
calls can be matched.