Translations
Crowdin has good documentation, and we suggest looking at their Getting Started guide. Our site is largely written in Markdown, so it should be easy to contribute. This page contains some helpful pointers for translating some specific syntax you may encounter on our site.
Please join our localization room on Matrix (#pg-i18n:aragon.sh) if you have any additional questions, and read our announcement blog post for additional information about the project.
Note that the English version of the site is the primary version, meaning changes occur there first. If you notice a language falling behind the English version, please help out. We cannot guarantee the accuracy of all our translations. If you have a suggestion about content specific to your region, please open an issue or pull request to our main repository.
Admonitions¶
Throughout the site we use MkDocs's admonitions, to show information to readers. They come in a few different flavors such as example
, warning
, tip
, etc.
When admonitions are used they will have an English string on the site by default. This can be customized, without too much effort. For example, if you were translating an admonition of type warning
to Dutch, this is how you would write it:
!!! warning "Waarschuwing"
!!! warning
Downloads are a custom admonition which is written as follows:
??? downloads "Downloaden"
??? downloads
The same goes for other types, such as tip
, example
, warning
, danger
etc.
Recommendations are a special type of admonition which do not need overriding as they have no visible text, so they are never changed:
!!! recommendation
!!! recommendation
Translation output¶
Translation software gets the translation quite accurate; however, you need to make sure the translated string is correct.
For example:
{ align=right }
We have sometimes found that the syntax for inserting an image like above was missing the  and)
(Right Parenthesis U+0029) and not(
(Fullwidth Left Parenthesis U+FF08) or)
(Fullwidth Right Parenthesis U+FF09) - Indented quoted text must use
:
(Colon U+003A) and not:
(Fullwidth Colon U+FF1A) - Pictures must use
!
(Exclamation Mark U+0021) and not!
(Fullwidth Exclamation Mark U+FF01)
Share this website and spread privacy knowledge
Copy this text to easily share Privacy Guides with your friends and family on any social network!