You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Next Release
6
6
* Grape is no longer tested against Ruby 1.8.7.
7
7
*[#442](https://github.com/intridea/grape/issues/442): Enable incrementally building on top of a previous API version - [@dblock](https://github.com/dblock).
8
8
*[#442](https://github.com/intridea/grape/issues/442): API `version` can now take an array of multiple versions - [@dblock](https://github.com/dblock).
9
+
*[#444](https://github.com/intridea/grape/issues/444): Added :en as fallback locale for I18n - [@aew](https://github.com/aew).
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ end
433
433
### I18n
434
434
435
435
Grape supports I18n for parameter-related error messages, but will fallback to English if
436
-
translations for the default locale have not been provided. See [en.yml](https://github.com/intridea/grape/blob/master/lib/grape/locale/en.yml) for message keys.
436
+
translations for the default locale have not been provided. See [en.yml](lib/grape/locale/en.yml) for message keys.
0 commit comments