Merge branch 'v12/dev' into contrib

This commit is contained in:
Sebastiaan Janssen
2023-07-18 11:18:26 +02:00
77 changed files with 649 additions and 344 deletions

View File

@@ -95,7 +95,7 @@ public class LanguageBuilder<TParent>
return this;
}
[Obsolete("This will be replaced in V13 by a corresponding method accepting language ISO code instead of language ID.")]
[Obsolete("This will be replaced in V14 by a corresponding method accepting language ISO code instead of language ID.")]
public LanguageBuilder<TParent> WithFallbackLanguageId(int fallbackLanguageId)
{
_fallbackLanguageId = fallbackLanguageId;