TF-4179 Add Label bar in sidebar
This commit is contained in:
@@ -5499,4 +5499,18 @@ class AppLocalizations {
|
||||
name: 'aiNeedsActionSettingExplanation',
|
||||
);
|
||||
}
|
||||
|
||||
String get labels {
|
||||
return Intl.message(
|
||||
'Labels',
|
||||
name: 'labels',
|
||||
);
|
||||
}
|
||||
|
||||
String get newLabel {
|
||||
return Intl.message(
|
||||
'New label',
|
||||
name: 'newLabel',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user