-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathHistory.txt
154 lines (102 loc) · 3.58 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
== 2.0.0
* enhancements
* The GoogleTranslate is back, and everything works again now! (liuhui998)
== 1.2.1
* bugfixes:
* Rails 4 ready
== 1.2.0
* enhancements:
* Drop Rails 2 support
* Put alias to model name for non-collection reflection names (see: https://twitter.com/#!/znz/status/179109337581625344) (thanks to znz)
== 1.1.0
* enhancements:
* New translation engine (see: http://googlecode.blogspot.com/2011/05/spring-cleaning-for-some-of-our-apis.html) (thanks to agilekawabata)
== 1.0.3
* bugfixes:
* #4 Translation generator recursive loop in ruby 1.9 + MS-Windows (memarko)
* enhancements:
* Some Rails-3-ish cleanups
== 1.0.2
* bugfixes:
* Use https to request GH
== 1.0.1
* major enhancements:
* Bundle yaml_waml.rb to avoid depending on yaml_waml gem (thanks to kakutani)
== 1.0.0
* major enhancements:
* Rails 3
* enhancements:
* Fixing deprectaed syntax {{error}} with %{error} for i18n_scaffold (moro)
== 0.8.1
* bugfixes:
* Fix for pluralized translations (scambra)
== 0.8.0
* major enhancements:
* Gemify
== 0.7.0
* major enhancements:
* Fix gettext dependency version
* enhancements:
* Add more error checks when loading models
* Load gettext only when using it
== 0.6.0
* bugfixes:
* Could not load cldr data with short locale names
* major enhancements:
* Include AR association names in model attributes translation
* Add 'generated' comment mark (#g) for generated lines in YAML (thanks to t-wada-senpai, Shimura-san, Toyofuku-san, Sezutsu-san and oukayuka)
* Add --include-timestamps option and change default bahaviour not to include timestamp columns in translation YAML
* Add blank line between each blocks (thanks to Sawayanagi)
* enhancements:
* Avoid generating blank locale file
* Change GitHub fetch URL from blob/master/...?raw=true to raw/master
== 0.5.0
* bugfixes:
* Could not fetch the locale files via GitHub (GitHub changed the URL?)
* major enhancements:
* Ruby 1.9 ready!
* Never connect to CLDR site when the locale file found in Sven's rails-i18n repository
* enhancements:
* Use Ruby 1.9 built-in JSON parser if Ruby 1.9
== 0.4.1
* bugfixes:
* i18n_translation abnormally ends when loading a view containing "-%>" (thanks to babie)
== 0.4.0
* major enhancements:
* translation generator now preserves any existing extra lines in the YAML file (thanks to Iain Hecker)
== 0.3.4
* enhancements:
* Reduce unnecessary request to CLDR site
== 0.3.3
* bugfixes:
* Did not work on Ruby 1.8.6 (thanks to akm)
== 0.3.2
* bugfixes:
* Trim mode in ERB didn't work on some platforms (thanks to valda)
== 0.3.1
* enhancements:
* Translate all keys simultaneously using thread
* Translations with :scope is going to be yamlized with proper hierarchy
== 0.3.0
* major enhancements:
* Renamed the generators
i18n_locales -> i18n_locale (i18n --locale)
i18n_models -> i18n_translation (i18n --translation)
* Handle all translate keys which appear in view files (thanks to PanosJee)
== 0.2.0
* major enhancements:
* Implemented i18n_scaffold generator (thanks to Iain Hecker)
* enhancements:
* i18n_models generator can now deal with non AR classes which has content_columns (thanks to Iain Hecker)
== 0.1.0
* major enhancements:
* Fetch locale YAML file from rails-i18n project repository first
* bugfixes:
* Could not recognize model names with multipie words (thanks to makoto)
== 0.0.8
* major enhancements:
* Lots of changes for this commit by DHH http://github.com/rails/rails/commit/d9b92ee11b33fed5c7a94a91415fa846705f7dd3
== 0.0.4
* Gemified on GitHub
== 0.0.1
* Birthday!