Skip to content

Commit c1a4ff3

Browse files
committed
Configure I18n key storage location
1 parent 4632ff3 commit c1a4ff3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/i18n-tasks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ data:
3131
# - ['{devise, simple_form}.*', 'config/locales/\1.%{locale}.yml']
3232
## Catch-all default:
3333
# - config/locales/%{locale}.yml
34+
- ['*_sidebar.*', 'config/locales/sidebars.%{locale}.yml']
35+
- config/locales/%{locale}.yml
3436

3537
## Specify the router (see Readme for details). Valid values: conservative_router, pattern_router, or a custom class.
3638
# router: convervative_router

0 commit comments

Comments
 (0)