i18n
This commit is contained in:
parent
0f0ee85d1a
commit
b2f81b1a73
4 changed files with 339 additions and 3 deletions
|
|
@ -156,7 +156,7 @@ fn workspaces_sidebar<'a>(
|
|||
let new_workspace_button = widget::button(
|
||||
widget::container(row![
|
||||
widget::icon::from_name("list-add-symbolic").symbolic(true),
|
||||
widget::text("New Workspace")
|
||||
widget::text(fl!("new-workspace"))
|
||||
])
|
||||
.width(iced::Length::Fill)
|
||||
.align_x(iced::alignment::Horizontal::Center),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue