@@ -165,15 +165,21 @@ public final class io/tolgee/TolgeeAndroid : io/tolgee/Tolgee {
165165 public final fun preload (Landroidx/lifecycle/LifecycleOwner;)Lkotlinx/coroutines/Job;
166166 public final fun t (Landroid/content/Context;I)Ljava/lang/String;
167167 public final fun t (Landroid/content/Context;I[Ljava/lang/Object;)Ljava/lang/String;
168+ public final fun t (Landroid/content/res/Resources;I)Ljava/lang/String;
169+ public final fun t (Landroid/content/res/Resources;I[Ljava/lang/Object;)Ljava/lang/String;
168170 public final fun tArray (Landroid/content/res/Resources;I)Ljava/util/List;
169171 public final fun tArrayFlow (Landroid/content/res/Resources;I)Lkotlinx/coroutines/flow/Flow;
172+ public final fun tArrayStyled (Landroid/content/res/Resources;I)[Ljava/lang/CharSequence;
170173 public final fun tFlow (Landroid/content/Context;I)Lkotlinx/coroutines/flow/Flow;
171174 public final fun tFlow (Landroid/content/Context;I[Ljava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
172175 public final fun tPlural (Landroid/content/res/Resources;II)Ljava/lang/String;
173176 public final fun tPlural (Landroid/content/res/Resources;II[Ljava/lang/Object;)Ljava/lang/String;
174177 public final fun tPluralFlow (Landroid/content/res/Resources;II)Lkotlinx/coroutines/flow/Flow;
175178 public final fun tPluralFlow (Landroid/content/res/Resources;II[Ljava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
179+ public final fun tPluralStyled (Landroid/content/res/Resources;II)Ljava/lang/CharSequence;
176180 public final fun tStyled (Landroid/content/Context;I)Ljava/lang/CharSequence;
181+ public final fun tStyled (Landroid/content/res/Resources;I)Ljava/lang/CharSequence;
182+ public final fun tStyled (Landroid/content/res/Resources;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;
177183 public fun toString ()Ljava/lang/String;
178184}
179185
@@ -202,12 +208,20 @@ public final class io/tolgee/common/ExtendTolgee_androidKt {
202208 public static final fun getQuantityStringT (Landroid/content/res/Resources;II[Ljava/lang/Object;)Ljava/lang/String;
203209 public static final fun getQuantityStringT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;II)Ljava/lang/String;
204210 public static final fun getQuantityStringT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;II[Ljava/lang/Object;)Ljava/lang/String;
211+ public static final fun getQuantityTextT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;II)Ljava/lang/CharSequence;
205212 public static final fun getStringArrayT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;I)[Ljava/lang/String;
206213 public static final fun getStringT (Landroid/content/Context;I)Ljava/lang/String;
207214 public static final fun getStringT (Landroid/content/Context;I[Ljava/lang/Object;)Ljava/lang/String;
208215 public static final fun getStringT (Landroid/content/Context;Lio/tolgee/Tolgee;I)Ljava/lang/String;
209216 public static final fun getStringT (Landroid/content/Context;Lio/tolgee/Tolgee;I[Ljava/lang/Object;)Ljava/lang/String;
217+ public static final fun getStringT (Landroid/content/res/Resources;I)Ljava/lang/String;
218+ public static final fun getStringT (Landroid/content/res/Resources;I[Ljava/lang/Object;)Ljava/lang/String;
219+ public static final fun getStringT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;I)Ljava/lang/String;
220+ public static final fun getStringT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;I[Ljava/lang/Object;)Ljava/lang/String;
221+ public static final fun getTextArrayT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;I)[Ljava/lang/CharSequence;
210222 public static final fun getTextT (Landroid/content/Context;Lio/tolgee/Tolgee;I)Ljava/lang/CharSequence;
223+ public static final fun getTextT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;I)Ljava/lang/CharSequence;
224+ public static final fun getTextT (Landroid/content/res/Resources;Lio/tolgee/Tolgee;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;
211225}
212226
213227public abstract interface class io/tolgee/model/TolgeeMessageParams : de/comahe/i18n4k/messages/formatter/MessageParameters {
0 commit comments