提交 18cfbeca 编写于 作者: J Javan Makhmali 提交者: GitHub

Merge pull request #30648 from ydakuka/patch-1

Update action_controller_overview.md [ci skip]
...@@ -594,7 +594,7 @@ familiar error: ...@@ -594,7 +594,7 @@ familiar error:
You now need to create the `create` action within the `ArticlesController` for You now need to create the `create` action within the `ArticlesController` for
this to work. this to work.
NOTE: by default `form_with` submits forms using Ajax thereby skipping full page NOTE: By default `form_with` submits forms using Ajax thereby skipping full page
redirects. To make this guide easier to get into we've disabled that with redirects. To make this guide easier to get into we've disabled that with
`local: true` for now. `local: true` for now.
......
...@@ -1187,7 +1187,7 @@ If you find your own locale (language) missing from our [example translations da ...@@ -1187,7 +1187,7 @@ If you find your own locale (language) missing from our [example translations da
Resources Resources
--------- ---------
* [Google group: rails-i18n](https://groups.google.com/forum/#!forum/rails-i18n) - The project's mailing list. * [Google group: rails-i18n](https://groups.google.com/group/rails-i18n) - The project's mailing list.
* [GitHub: rails-i18n](https://github.com/svenfuchs/rails-i18n) - Code repository and issue tracker for the rails-i18n project. Most importantly you can find lots of [example translations](https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale) for Rails that should work for your application in most cases. * [GitHub: rails-i18n](https://github.com/svenfuchs/rails-i18n) - Code repository and issue tracker for the rails-i18n project. Most importantly you can find lots of [example translations](https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale) for Rails that should work for your application in most cases.
* [GitHub: i18n](https://github.com/svenfuchs/i18n) - Code repository and issue tracker for the i18n gem. * [GitHub: i18n](https://github.com/svenfuchs/i18n) - Code repository and issue tracker for the i18n gem.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册