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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user