From 2fafb067ccb67d488716abdfb42078331fad2175 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Thu, 7 Sep 2017 19:12:42 +0200 Subject: [PATCH] Include custom localization folders on i18n config by default --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 3986b1b89..9357927ba 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -21,6 +21,7 @@ data: # - config/locales/**/*.%{locale}.yml ## Another gem (replace %#= with %=): # - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml" + - config/locales/custom/%{locale}/custom.yml - config/locales/%{locale}/general.yml - config/locales/%{locale}/activerecord.yml - config/locales/%{locale}/activemodel.yml