]> git.mdlowis.com Git - proto/labwc.git/commit
nls: add native language support
author01micko <01micko@gmail.com>
Sun, 1 May 2022 04:38:45 +0000 (14:38 +1000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 2 May 2022 09:33:42 +0000 (10:33 +0100)
commitcbed8acf010b9064e1379f81b3e64a22bfa08260
tree26a1fbd488f9f21fd1465b7ce95852668c86452b
parente75af14d3d3b0eae83b0416b1a16e66134f9bf7b
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
15 files changed:
CONTRIBUTING.md
NEWS.md
include/labwc.h
meson.build
meson_options.txt
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/it.po [new file with mode: 0644]
po/labwc.pot [new file with mode: 0644]
po/meson.build [new file with mode: 0644]
po/sv.po [new file with mode: 0644]
src/main.c
src/menu/menu.c