commit
69fe23c870
4 changed files with 12 additions and 9 deletions
|
|
@ -3933,7 +3933,7 @@
|
|||
"seeOptions": "See options",
|
||||
"continuedWithoutSubscription": "Continue without subscribing",
|
||||
"trialPeriodExpired": "Your trial period has expired",
|
||||
"selectToDefine": "To define a word in this message, just select it!",
|
||||
"selectToDefine": "Double click a word to see its definition!",
|
||||
"translations": "translations",
|
||||
"messageAudio": "message audio",
|
||||
"definitions": "definitions",
|
||||
|
|
|
|||
|
|
@ -4564,7 +4564,6 @@
|
|||
"seeOptions": "Ver opciones",
|
||||
"continuedWithoutSubscription": "Continuar sin suscribirse",
|
||||
"trialPeriodExpired": "Su periodo de prueba ha expirado",
|
||||
"selectToDefine": "Para definir una palabra en este mensaje, ¡sólo tiene que seleccionarla!",
|
||||
"translations": "traducciónes",
|
||||
"messageAudio": "mensaje de audio",
|
||||
"definitions": "definiciones",
|
||||
|
|
@ -4576,10 +4575,11 @@
|
|||
"audioTooltip": "Reproducir audio",
|
||||
"yourBirthdayPleaseShort": "Seleccione su grupo de edad",
|
||||
"certifyAge": "Certifico que soy mayor de {age} años",
|
||||
"@certifyAge": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"age": {}
|
||||
}
|
||||
"@certifyAge": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"age": {}
|
||||
}
|
||||
},
|
||||
"selectToDefine": "Haga doble clic en una palabra para ver su definición."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -558,7 +558,10 @@ class Message extends StatelessWidget {
|
|||
height: 32,
|
||||
child: IconButton(
|
||||
icon: Icon(
|
||||
Icons.adaptive.more_outlined,
|
||||
// #Pangea
|
||||
// Icons.adaptive.more_outlined,
|
||||
Icons.add_reaction_outlined,
|
||||
// Pangea#
|
||||
size: 16,
|
||||
color:
|
||||
Theme.of(context).colorScheme.onTertiaryContainer,
|
||||
|
|
|
|||
|
|
@ -356,7 +356,7 @@ class MessageToolbarState extends State<MessageToolbar> {
|
|||
Tooltip(
|
||||
message: L10n.of(context)!.more,
|
||||
child: IconButton(
|
||||
icon: Icon(Icons.adaptive.more_outlined),
|
||||
icon: const Icon(Icons.add_reaction_outlined),
|
||||
onPressed: showMore,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue