TF-880: Apply rich text toolbar at keyboard
This commit is contained in:
@@ -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'
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user