Merge pull request #19 from keithbowes/gettext

* Added gettext catalogs

* Adapted from Openbox to hopefully give us a lot of mostly complete translations immediately.

* Added building the .pot and .gmo files

* Prepared strings for translation

* Using wlr_log() instead of printf() for logging messages

* A hopefully acceptable solution

* Openbox-esque help

* Cut down the blank lines in the debug logs

* It seems that wlr_log already outputs an end-of-line character

* Removed the messages which make no sense in Wayland

* Cleaned up the .po files

* Proper translation notes and where to report bugs

* More debugging messages
This commit is contained in:
Keith Bowes 2021-04-06 16:41:46 -04:00 committed by GitHub
commit ab16a76696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 16878 additions and 17 deletions

View file

@ -1,5 +1,5 @@
project(
'waybox',
'Waybox',
'c',
version: '0.0.1',
license: 'MIT',
@ -28,5 +28,6 @@ wayland_server = dependency('wayland-server', version: '>=1.15')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
xkbcommon = dependency('xkbcommon')
subdir('po')
subdir('protocol')
subdir('waybox')