Skip to content

Commit

Permalink
Fix labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Aug 31, 2018
1 parent a3fad1c commit 27791ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/orm/behaviors/translate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ This assumes that ``Categories`` has the TranslateBehavior attached to it. It
simply uses the query builder function for the ``contain`` clause to use the
``translations`` custom finder in the association.

.. _retrieving-one-language-without-using-i18n-locale
.. _retrieving-one-language-without-using-i18n-locale:

Retrieving one language without using I18n::setLocale
-----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fr/orm/behaviors/translate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ utilise simplement la fonction de construction de requête pour la clause
``contain`` d'utiliser les ``translations`` du finder personnalisé dans
l'association.

.. _recuperer-une-langue-sans-utiliser-i18n-locale
.. _recuperer-une-langue-sans-utiliser-i18n-locale:

Récupérer une Langue sans Utiliser I18n::setLocale
--------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ja/orm/behaviors/translate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ translate ビヘイビアーは元のフィールド値を上書きします。
アソシエーションで ``translations`` カスタムファインダーを使用するには、クエリービルダー関数の
``contain`` 句を単に使用するだけです。

.. _i18n-locale
.. _i18n-locale:

I18n::setLocale を使用せずに一つの言語の取得
-----------------------------------------
Expand Down

0 comments on commit 27791ad

Please sign in to comment.