public
Fork of rails/rails
Description: Ruby on Rails - forked for implementing I18n patch
Homepage: http://rubyonrails.org
Clone URL: git://github.com/svenfuchs/rails.git

svenfuchs's rails Feed   feed

svenfuchs committed to svenfuchs/rails 20 days ago
svenfuchs committed to svenfuchs/rails 20 days ago

17d0d1e42c26e990401c35b816ba784464b2c3ee

i18n: add to_prepare hook to #define_dispatcher_callbacks to reload translations

svenfuchs committed to svenfuchs/rails 20 days ago

46fcd3c83d3f45b77d9b16500356cc3eee2f125b

i18n: add reload! method to public api and simple backend

svenfuchs committed to svenfuchs/rails 20 days ago

f8e4eceb45ef3df42719eeadf2f4baf102be42b4

i18n: update translation helper test

svenfuchs committed to svenfuchs/rails 20 days ago

16733b9640c0d9597c27553da8d7fa9193b6b2e2

Merge branch 'master' of git://github.com/rails/rails

svenfuchs committed to svenfuchs/rails 24 days ago

e13235d53974f95bd3f606bd8c4f8eb11687a8b9

sync to current rails edge

svenfuchs committed to svenfuchs/rails 2 months ago

592b2a5c91d5a7e9cabf9eadaa49f2788d21dcde

I18n: introduce I18n.load_path in favor of I18n.load_translations and change Simple backend to load translations lazily

svenfuchs committed to svenfuchs/rails 2 months ago

5ba6598e4ca08b3bc721fe92c1ed13bae1a87e3b

I18n: move old-style interpolation syntax deprecation to activerecord

svenfuchs committed to svenfuchs/rails 2 months ago
svenfuchs committed to svenfuchs/rails 2 months ago

ec09e07ba2516ba76e22e99ac75e825b030d5a44

I18n: applied Luca Guidi's patch for better #interpolate performance

mseppae committed to svenfuchs/rails 2 months ago

cba83ede5de1b2630e244d46536439673f328900

I18n: remove #populate from Simple backend as well

mseppae committed to svenfuchs/rails 2 months ago

2d03a4c668b0229ad070c04a7c82bd803bc25788

i18n: fixed failing tests after removing #populate and #store_translations

mseppae committed to svenfuchs/rails 2 months ago

0fcd5b5466461e44b6f3b007fa2a2fdf43f55681

I18n: removed call to #populate from main library files

mseppae committed to svenfuchs/rails 2 months ago

44de71ba948e5318b09ea57f5a26ed548277ba44

I18n: removed #populate and #store_translations from api

svenfuchs committed to svenfuchs/rails 2 months ago

49859b0bb1dc41dca33331f198eaf2ccf034a6b4

I18n: fix activerecord i18n test for classy backend

svenfuchs committed to svenfuchs/rails 2 months ago

43a0012e507cf16486bee4b302858ccd186a0c2e

Merge branch 'i18n' of git@github.com:svenfuchs/rails into i18n

svenfuchs committed to svenfuchs/rails 2 months ago

d0a4d9b73a27f882e3ff04ec2509e1f0e809b281

Update translations for pluralization key change from 'many' to 'other'

svenfuchs committed to svenfuchs/rails 2 months ago

84d8957e04c4b5a1f53e8bf29dd0151296aebd28

Update translations for pluralization key change from 'many' to 'other'

svenfuchs committed to svenfuchs/rails 2 months ago
svenfuchs committed to svenfuchs/rails 2 months ago

e464f9b6b93daa847a7d6fa1c3af63c8cef3f3e2

Merge commit 'rails/master' into i18n

thewoolleyman committed to svenfuchs/rails 2 months ago

fb20d6f09d5e91280bf2b5888a7299b50dba7a7b

properly reference geminstaller config under ci dir

svenfuchs committed to svenfuchs/rails 2 months ago

90a9637d41016c0d230ba36657e83a4f8d54cc46

I18n: add aliases #t and #l to TranslationHelper#translate and #localize

svenfuchs committed to svenfuchs/rails 2 months ago

23fb26a0dcbd46d36bdbc2caa267aa3192f77a24

I18n: use :other instead of :many as default key for pluralization to better conform w/ cldr pluralization rules

svenfuchs committed to svenfuchs/rails 2 months ago

aad429a46e3017fa7ca73f58428693e821be42b6

Merge branch 'master' into i18n

iain committed to svenfuchs/rails 2 months ago

cf6840773b4f5046151f4d28c286069aabaafa10

Custom error messages scope improved

masterkain started watching rails 3 months ago
rails is at svenfuchs/rails
svenfuchs committed to svenfuchs/rails 3 months ago

c324ef2785f82f03bb0e703da27ba2b8d97a2da1

Merge branch 'iain' into i18n

svenfuchs committed to svenfuchs/rails 3 months ago

950b9792baae14e42b894f113ae8dfc95df34da9

fixing actionpack yml translations

iain committed to svenfuchs/rails 3 months ago

7ee01c8c5415579a68fe4bf073f69cf5796bf7c9

Changed locale file to yml for actionpack, but still broken

iain committed to svenfuchs/rails 3 months ago

72366398b28cec2f8b9809f463e0b1271e3d5ba0

Removed en-US ruby locale in favor of yaml