mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-23 10:39:56 +00:00
Small fixes
* update translations, add target to update translations * add custom keys support to config helper
This commit is contained in:
@ -27,3 +27,8 @@ foreach (_current_PO_FILE ${_po_files})
|
||||
list(APPEND _gmoFiles ${_gmoFile})
|
||||
endforeach (_current_PO_FILE)
|
||||
add_custom_target(aw_pofiles ALL DEPENDS ${_gmoFiles})
|
||||
|
||||
add_custom_target(
|
||||
translations
|
||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/extract_messages.sh
|
||||
)
|
||||
|
Reference in New Issue
Block a user