style: fix missing titles on vertical align menu (#2623)
### Change Type - [x] `patch` — Bug fix ### Release Notes - Adds missing titles to vertical align menu.
This commit is contained in:
parent
8f61ede9bb
commit
d6e9912d92
5 changed files with 11 additions and 2 deletions
|
@ -137,6 +137,9 @@
|
|||
"align-style.middle": "Middle",
|
||||
"align-style.end": "End",
|
||||
"align-style.justify": "Justify",
|
||||
"verticalAlign-style.start": "Top",
|
||||
"verticalAlign-style.middle": "Middle",
|
||||
"verticalAlign-style.end": "Bottom",
|
||||
"geo-style.arrow-down": "Arrow down",
|
||||
"geo-style.arrow-left": "Arrow left",
|
||||
"geo-style.arrow-right": "Arrow right",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -141,6 +141,9 @@ export type TLUiTranslationKey =
|
|||
| 'align-style.middle'
|
||||
| 'align-style.end'
|
||||
| 'align-style.justify'
|
||||
| 'verticalAlign-style.start'
|
||||
| 'verticalAlign-style.middle'
|
||||
| 'verticalAlign-style.end'
|
||||
| 'geo-style.arrow-down'
|
||||
| 'geo-style.arrow-left'
|
||||
| 'geo-style.arrow-right'
|
||||
|
|
|
@ -141,6 +141,9 @@ export const DEFAULT_TRANSLATION = {
|
|||
'align-style.middle': 'Middle',
|
||||
'align-style.end': 'End',
|
||||
'align-style.justify': 'Justify',
|
||||
'verticalAlign-style.start': 'Top',
|
||||
'verticalAlign-style.middle': 'Middle',
|
||||
'verticalAlign-style.end': 'Bottom',
|
||||
'geo-style.arrow-down': 'Arrow down',
|
||||
'geo-style.arrow-left': 'Arrow left',
|
||||
'geo-style.arrow-right': 'Arrow right',
|
||||
|
|
Loading…
Reference in a new issue