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

Commit

Permalink
Add languages to be translated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbecker committed Oct 27, 2021
1 parent 8cf85f2 commit 6080a69
Show file tree
Hide file tree
Showing 7 changed files with 9,110 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,14 @@ endif()
include_directories(${SCAP_WORKBENCH_INCLUDE_DIRS})

# Which languages we want generated
#set(scap_workbench_LANGUAGES de_DE fr_FR)
set(scap_workbench_LANGUAGES)
set(scap_workbench_LANGUAGES
cs # Czech
es # Spanish
fr # French
fi # Finnish
it # Italian
pt_BR # Portuguese Brazilian
)
set(scap_workbench_LANGUAGE_TS_FILES)

foreach(LANGUAGE ${scap_workbench_LANGUAGES})
Expand Down
1,517 changes: 1,517 additions & 0 deletions i18n/scap-workbench.cs.ts

Large diffs are not rendered by default.

1,517 changes: 1,517 additions & 0 deletions i18n/scap-workbench.es.ts

Large diffs are not rendered by default.

1,517 changes: 1,517 additions & 0 deletions i18n/scap-workbench.fi.ts

Large diffs are not rendered by default.

1,517 changes: 1,517 additions & 0 deletions i18n/scap-workbench.fr.ts

Large diffs are not rendered by default.

1,517 changes: 1,517 additions & 0 deletions i18n/scap-workbench.it.ts

Large diffs are not rendered by default.

1,517 changes: 1,517 additions & 0 deletions i18n/scap-workbench.pt_BR.ts

Large diffs are not rendered by default.

0 comments on commit 6080a69

Please sign in to comment.