diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/config.yaml b/locales/config.yaml index 1ee70ab..66abac1 100644 --- a/locales/config.yaml +++ b/locales/config.yaml @@ -22,4 +22,5 @@ gettext: # Patterns for +Dir.glob+ used to find all files that might contain # translatable content, relative to the project root directory source_files: + - './lib/**/*.rb' |