mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-02 09:01:42 -05:00
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:
commit
ab16a76696
51 changed files with 16878 additions and 17 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue