Build error if the translation sentence starts with triple back quote
wadahiro opened this issue · 1 comments
wadahiro commented
Error message
[ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:1.5.5:process-asciidoc (asciidoc-to-html) on project authorization-services: Execution asciidoc-to-html of goal org.asciidoctor:asciidoctor-maven-plugin:1.5.5:process-asciidoc failed: org.jruby.exceptions.RaiseException: (ArgumentError) Invalid id given: keycloak-authz.js```ライブラリーは、クライアントがアクセスしたいリソースとスコープを提供することによって、サーバーからRPTを取得するために使用できる`entitlement`関数を提供します。 -> [Help 1]
Work around
Use single back quote instead of it if the translation starts with it.
wadahiro commented
I wrote the work around into https://github.com/openstandia/keycloak-documentation-i18n/wiki .