TF-880: Apply rich text toolbar at keyboard

This commit is contained in:
ManhNTX
2022-09-22 06:00:16 +07:00
committed by Dat H. Pham
parent 6ac4952a37
commit 00f781b67f
5 changed files with 211 additions and 223 deletions
@@ -2299,4 +2299,32 @@ class AppLocalizations {
name: 'foreground'
);
}
String get titleFormat {
return Intl.message(
'Format',
name: 'titleFormat'
);
}
String get titleQuickStyles {
return Intl.message(
'Quick styles',
name: 'titleQuickStyles'
);
}
String get titleBackground {
return Intl.message(
'Background',
name: 'titleBackground'
);
}
String get titleForeground {
return Intl.message(
'Foreground',
name: 'titleForeground'
);
}
}