NLS: translate "Workspaces" in rcxml.c

Fixes: #1630
This commit is contained in:
M A 2024-03-17 15:23:41 +10:00 committed by GitHub
parent 631cd5ab28
commit 5a20014f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 322 additions and 320 deletions

View file

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