mirror of
https://github.com/moebooru/moebooru
synced 2025-08-28 20:47:42 +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 'mini_magick'
|
||||||
gem 'image_size'
|
gem 'image_size'
|
||||||
gem 'cache_digests'
|
gem 'cache_digests'
|
||||||
|
gem 'i18n-js'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'rspec'
|
gem 'rspec'
|
||||||
|
@ -60,6 +60,8 @@ GEM
|
|||||||
http_parser.rb (0.5.3)
|
http_parser.rb (0.5.3)
|
||||||
http_parser.rb (0.5.3-java)
|
http_parser.rb (0.5.3-java)
|
||||||
i18n (0.6.1)
|
i18n (0.6.1)
|
||||||
|
i18n-js (2.1.2)
|
||||||
|
i18n
|
||||||
image_size (1.1.1)
|
image_size (1.1.1)
|
||||||
jdbc-postgres (9.2.1002.1)
|
jdbc-postgres (9.2.1002.1)
|
||||||
journey (1.0.4)
|
journey (1.0.4)
|
||||||
@ -187,6 +189,7 @@ DEPENDENCIES
|
|||||||
diff-lcs
|
diff-lcs
|
||||||
exception_notification
|
exception_notification
|
||||||
geoip
|
geoip
|
||||||
|
i18n-js
|
||||||
image_size
|
image_size
|
||||||
jquery-rails
|
jquery-rails
|
||||||
jquery-ui-rails
|
jquery-ui-rails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user