Skip to content

Commit 99f370d

Browse files
committed
Allow different layout structures for each language.
1 parent 4d88321 commit 99f370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ abstract class Field {
105105
*
106106
* @var string
107107
*/
108-
protected $translations = 'translate';
108+
protected $translations = 'translate_once';
109109

110110
/**
111111
* Filters and actions to be hooked.

0 commit comments

Comments
 (0)