Fix documentation: translate doc not translated:

The example of livechatnotranslation usage in the page was triggering
the doc-translate script... So the page was marked as "don't translate".
This commit is contained in:
John Livingston
2023-07-17 17:09:39 +02:00
parent c9bf187299
commit f5b3b68c4f
36 changed files with 7983 additions and 257 deletions

View File

@ -90,13 +90,13 @@ Saying you want to display the name of the button "open_chat_new_window", you ca
You can also prevent a whole page from being translating by adding `livechatnotranslation: true` in the Yaml Font Matter section:
```yaml
---
title: "Third party"
description: "Displaying the livechat with 3rd party software."
weight: 20
chapter: false
livechatnotranslation: true
---
---
title: "Third party"
description: "Displaying the livechat with 3rd party software."
weight: 20
chapter: false
livechatnotranslation: true
---
```
Never translate a string in the `livechat.en.pot` file, it would be ignored.