Commit 71ace699

mo khan <mo@mokhan.ca>
2015-02-02 05:18:38
configure i18n tasks.
1 parent 34f2499
Changed files (1)
config/i18n-tasks.yml
@@ -15,9 +15,9 @@ data:
 
   # Locale files to read from
   read:
-    - config/locales/%{locale}.yml
-    # - config/locales/*.%{locale}.yml
-    # - config/locales/**/*.%{locale}.yml
+    - config/locales/*.%{locale}.yml
+    - config/locales/**/**/*.%{locale}.yml
+    - config/locales/**/**/**/*.%{locale}.yml
 
   # key => file routes, matched top to bottom
   write:
@@ -85,5 +85,5 @@ search:
 #     - common.brand
 
 ## Exclude these keys from all of the reports
-# ignore:
-#  - kaminari.*
+ignore:
+  - kaminari.*