Lang switch (#1297)

* language selector first steps

* language german intro added

* ascii doc lang attribute as additional option

* removed some commented code

* changed adoc resource loader to take into account the selected language

* added readme

* added lang test cases
This commit is contained in:
René Zubcevic
2022-07-20 10:52:48 +02:00
committed by GitHub
parent 24fcc8f321
commit 20dd3ffb95
19 changed files with 853 additions and 21 deletions

View File

@ -2,7 +2,13 @@
== Concept
This lesson explains different types of cryptography techniques that are commonly used in web applications.
ifeval::["{lang}" == "nl"]
Deze les behandelt verschillende cryptografische technieken die voorkomen in webapplicaties.
endif::[]
ifeval::["{lang}" != "nl"]
This lesson explains different types of cryptography techniques that are commonly used in web applications.
endif::[]
== Goals