mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 09:57:31 +00:00
Use i18n-js for javascript side translation
https://github.com/fnando/i18n-js
This commit is contained in:
parent
68220e4860
commit
4ade60c94d
1
Gemfile
1
Gemfile
@ -30,6 +30,7 @@ gem 'addressable', :require => 'addressable/uri'
|
||||
gem 'mini_magick'
|
||||
gem 'image_size'
|
||||
gem 'cache_digests'
|
||||
gem 'i18n-js'
|
||||
|
||||
group :development do
|
||||
gem 'rspec'
|
||||
|
@ -60,6 +60,8 @@ GEM
|
||||
http_parser.rb (0.5.3)
|
||||
http_parser.rb (0.5.3-java)
|
||||
i18n (0.6.1)
|
||||
i18n-js (2.1.2)
|
||||
i18n
|
||||
image_size (1.1.1)
|
||||
jdbc-postgres (9.2.1002.1)
|
||||
journey (1.0.4)
|
||||
@ -187,6 +189,7 @@ DEPENDENCIES
|
||||
diff-lcs
|
||||
exception_notification
|
||||
geoip
|
||||
i18n-js
|
||||
image_size
|
||||
jquery-rails
|
||||
jquery-ui-rails
|
||||
|
Loading…
x
Reference in New Issue
Block a user