-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37259d5
commit e21cd6f
Showing
75 changed files
with
11,181 additions
and
2,822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
require 'gettext_i18n_rails/string_interpolate_fix' | ||
|
||
FastGettext.add_text_domain 'app', :path => 'locale', :type => :po | ||
FastGettext.add_text_domain('app', path: 'locale', type: :po, ignore_fuzzy: true) | ||
FastGettext.default_available_locales = %w(da de en es es_MX fr id it ja ku nl pl pt ru sw tl uk vi zh_CN zh_TW) | ||
FastGettext.default_text_domain = 'app' | ||
FastGettext.default_locale = 'en' |
Oops, something went wrong.