diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-06 06:06:01 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:26:17 +0200 |
commit | 27defd345dd8d98ecde6cfb70422c158bd2a4e0e (patch) | |
tree | 85ed28e1466142ba5fd2d0fe46727c6fe9ea30e9 /cmake/translation-stub.ts | |
parent | 2196b0adfb180942ab6102f58adefd9b0c953321 (diff) |
cmake/i18n: fixes
- fix build error on missing .ts files
- show duplicate string details
- prevent lines of "cmd /c" in Ninja output
Diffstat (limited to 'cmake/translation-stub.ts')
-rw-r--r-- | cmake/translation-stub.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/translation-stub.ts b/cmake/translation-stub.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/cmake/translation-stub.ts @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +</TS> |