Small fixes

* update translations, add target to update translations
* add custom keys support to config helper
This commit is contained in:
2017-07-13 19:15:10 +03:00
parent 9d0a1bd70c
commit e90e1da096
14 changed files with 1803 additions and 2448 deletions

View File

@ -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
)