From 9896e4c246464cec073ff947e15b9b761e023bd6 Mon Sep 17 00:00:00 2001 From: elsandosgrande Date: Sat, 21 Nov 2020 22:04:52 +0100 Subject: [PATCH] Change the Czech translation file's entry in `app/ts/CMakeLists.txt` accordingly --- app/ts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ts/CMakeLists.txt b/app/ts/CMakeLists.txt index ff371a59f..1ae19db72 100644 --- a/app/ts/CMakeLists.txt +++ b/app/ts/CMakeLists.txt @@ -17,7 +17,7 @@ set(OLIVE_TS_FILES ts/ar_AR.ts ts/bs_BS.ts - ts/cs_CS.ts + ts/cs_CZ.ts ts/de_DE.ts ts/en_US.ts ts/es_ES.ts