Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2021-03-11 00:00:06 +0300
committerGitHub <noreply@github.com>2021-03-11 00:00:06 +0300
commit0e376a9fc6fe1247bfb29be6396592346b10e20c (patch)
tree96adfeb54735577ee218f34e6762c33f569335bd
parent0ddd59e05607cc73a3b9460753f6f9679e975e69 (diff)
parent9025a87416c526b7eb4335850f3d1abc60495234 (diff)
Merge PR #4848: MAINT: Add new language 'si' to CMake list of translations
PR #4839 with commit 2767a40aae0c13fdc70876946433e24c64579617 added 'si' as a new language. But did not add the language to CMakeLists.txt ts_files which bundles it into the application. This change adds the missing file reference.
-rw-r--r--src/mumble/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mumble/CMakeLists.txt b/src/mumble/CMakeLists.txt
index 2186e0358..768f8daad 100644
--- a/src/mumble/CMakeLists.txt
+++ b/src/mumble/CMakeLists.txt
@@ -737,6 +737,7 @@ if(translations)
"mumble_pt_PT.ts"
"mumble_ro.ts"
"mumble_ru.ts"
+ "mumble_si.ts"
"mumble_sv.ts"
"mumble_te.ts"
"mumble_th.ts"