Commit graph

10 commits

Author SHA1 Message Date
01micko
ff45d1b363 clients/: add lab-exit to display an exit window with labnag.
closes #917
Summary follows:
- src/menu/menu.c: add `leave` action to call lab-exit.
- clients/meson.build: add install routine for lab-exit
and lab-sensible-terminal.
- meson.build remove lab-sensible-terminal routine re the comment.
- po/labwc.pot: rebuild with new xgettext commands.
- po/it.po: add translations for lab-exit and edit my email.
- CONTRIBUTING.md#translations: modify the instructions for coders as
two xgettext commands are needed since we now have two GUI facing
languages that have translatable strings.
2025-08-30 14:41:20 +10:00
Johan Malm
c749a11517 menu: add Terminal to default root-menu 2025-07-01 22:27:33 +01:00
01micko
0ce9b465b5 labwc.pot: update translation template for 71b2b5a
fixes #2157
2024-09-19 20:32:33 +01:00
stefonarch
832c007e6b Updated labwc.pot file 2024-06-23 12:33:36 +01:00
M A
5a20014f50
NLS: translate "Workspaces" in rcxml.c
Fixes: #1630
2024-03-17 06:23:41 +01:00
Consolatis
e05bedb140 feat: add Shade/Unshade/ToggleShade actions
This builds on the work of @Consolatis in #1018.

Co-authored-by: Consolatis <35009135+Consolatis@users.noreply.github.com>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
2024-01-15 21:37:36 +00:00
Johan Malm
3101b0c5b1 menu: move ToggleOmnipresent to workspaces
...and rename it to "Always on Visible Workspace"

Issue: #1316
2023-12-21 02:47:44 +01:00
01micko
481b849152 labwc.pot: update for new OmniPresent menu
closes #1311
2023-12-12 07:28:11 +01:00
01micko
9e954dfcd0 nls: updates for new strings in menus
- also fixes updating tr.po file
- more descriptive instructions in CONTRIBUTING.md
- fix comments in po/pot files when using meson gettext tools
2023-01-02 21:39:56 +00:00
01micko
cbed8acf01 nls: add native language support
- adds labwc.pot and po files for de, es, it and sv
- added notes in NEWS.md and CONTRIBUTING.md
- addresses #269
- conditional upon `msgfmt` being installed
- can be disabled at build time
2022-05-02 10:33:42 +01:00