Skip to content

Commit dd69118

Browse files
author
Yunus ÖZCAN
committed
Update tr/503-gems.md
1 parent 403942d commit dd69118

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tr/503-gems.md

+17
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,20 @@ Uygulamadaki N+1 problemlerini tespit ediyor.
231231

232232
* https://github.com/flyerhzm/bullet
233233
* http://railscasts.com/episodes/372-bullet
234+
235+
## i18n Data
236+
237+
#### rails-i18n
238+
Rails için bir çok dilde tarih, saat, pluralization vb i18n dosyalarını barındırır.
239+
240+
* https://github.com/svenfuchs/rails-i18n/
241+
242+
#### devise-i18n
243+
Devise geminin bir çok dilde i18n dasyalarını barındırır.
244+
245+
* https://github.com/tigrish/devise-i18n
246+
247+
#### i18n_generators
248+
Modellerin locale dosyalarını oluşturur ve eski dosyalar ile senkronize eder.
249+
250+
* http://github.com/amatsuda/i18n_generators

0 commit comments

Comments
 (0)