Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 6080a69

Browse files
committed
Add languages to be translated.
1 parent 8cf85f2 commit 6080a69

7 files changed

+9110
-2
lines changed

CMakeLists.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,14 @@ endif()
155155
include_directories(${SCAP_WORKBENCH_INCLUDE_DIRS})
156156

157157
# Which languages we want generated
158-
#set(scap_workbench_LANGUAGES de_DE fr_FR)
159-
set(scap_workbench_LANGUAGES)
158+
set(scap_workbench_LANGUAGES
159+
cs # Czech
160+
es # Spanish
161+
fr # French
162+
fi # Finnish
163+
it # Italian
164+
pt_BR # Portuguese Brazilian
165+
)
160166
set(scap_workbench_LANGUAGE_TS_FILES)
161167

162168
foreach(LANGUAGE ${scap_workbench_LANGUAGES})

i18n/scap-workbench.cs.ts

+1,517
Large diffs are not rendered by default.

i18n/scap-workbench.es.ts

+1,517
Large diffs are not rendered by default.

i18n/scap-workbench.fi.ts

+1,517
Large diffs are not rendered by default.

i18n/scap-workbench.fr.ts

+1,517
Large diffs are not rendered by default.

i18n/scap-workbench.it.ts

+1,517
Large diffs are not rendered by default.

i18n/scap-workbench.pt_BR.ts

+1,517
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)