mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-27 02:04:42 +00:00
13 lines
451 B
Markdown
13 lines
451 B
Markdown
|
# This is description of cmake module TR
|
||
|
|
||
|
This module provides translations functionality.
|
||
|
The tr module contains only prepare QM function.
|
||
|
|
||
|
---
|
||
|
|
||
|
**prepareQM** (name sourceDir ts_files) - This function prepare translations for you projects.
|
||
|
- name - This is a name of the translations target.
|
||
|
- sourceDir - This is root source directory. Update will be scan this dir for prepare translations.
|
||
|
- ts_files - This is list of the supported languages.
|
||
|
|