From 8dcd478fbfe69c53fac5635f12ae3e91408837c3 Mon Sep 17 00:00:00 2001 From: elsandosgrande Date: Sun, 22 Nov 2020 05:30:10 +0100 Subject: [PATCH] Correct the Bosnian and Serbian entries' file names --- app/ts/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ts/CMakeLists.txt b/app/ts/CMakeLists.txt index 1ae19db72..3b996602d 100644 --- a/app/ts/CMakeLists.txt +++ b/app/ts/CMakeLists.txt @@ -16,7 +16,7 @@ set(OLIVE_TS_FILES ts/ar_AR.ts - ts/bs_BS.ts + ts/bs_BA.ts ts/cs_CZ.ts ts/de_DE.ts ts/en_US.ts @@ -26,7 +26,7 @@ set(OLIVE_TS_FILES ts/it_IT.ts ts/pt_BR.ts ts/ru_RU.ts - ts/sr_SR.ts + ts/sr_RS.ts ts/tr_TR.ts ts/uk_UK.ts ts/zh_CN.ts