NLS: translate "Workspaces" in rcxml.c. closes #1630

This commit is contained in:
01micko 2024-03-17 15:08:44 +10:00
parent 0ad272aed4
commit 1ef43c5140

View file

@ -1381,7 +1381,7 @@ post_processing(void)
int nr_workspaces = wl_list_length(&rc.workspace_config.workspaces); int nr_workspaces = wl_list_length(&rc.workspace_config.workspaces);
if (nr_workspaces < rc.workspace_config.min_nr_workspaces) { if (nr_workspaces < rc.workspace_config.min_nr_workspaces) {
if (!rc.workspace_config.prefix) { if (!rc.workspace_config.prefix) {
rc.workspace_config.prefix = xstrdup( _("Workspace")); rc.workspace_config.prefix = xstrdup(_("Workspace"));
} }
struct workspace *workspace; struct workspace *workspace;
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) { for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {