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
This will return an array which adjusted the `translations.%content%.body`key to match your configured key format. The result will be:
14
+
This will return an array which adjusted the placeholder in key and string value or array with strings to match your configured key format. The result will be:
@@ -49,6 +53,10 @@ This will create the dot-notation to support locale sub-arrays. `en.content`.
49
53
50
54
This will create the colon separated style. `content:en`
51
55
56
+
{% hint style="info" %}
57
+
If you use the key format and want to use use it as argument for a rule you have to wrap it in quotes. `required_with:"translations.content:en"`
58
+
{% endhint %}
59
+
52
60
### Runtime
53
61
54
62
For sure you can change the default `format`, `prefix`, `suffix` and applied `locales` during runtime. To do so only pass them as parameter to the `make()` method.
0 commit comments