Skip to content

How can I obtain the frontmatter of a document in other languages? #8197

Answered by slorber
rrousselGit asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, I understand the problem.

For sure it's hard for localized docs to stay in sync with the upstream language, particularly if done manually.

You can try using:

  • A SaaS like Crowdin (upload source translations / translate through SaaS / download translations): the SaaS will ensure all languages have the same strings
  • A strategy like ReactJS where each language is a fork that sync with upstream repo (described here: #3317)
  • A more manual strategy like you are trying to use with doc version numbers

Something to explore: using git patches to patch localized folders with changes from the "upstream folder". I've had some success with that approach recently while trying to automate the backpo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rrousselGit
Comment options

@slorber
Comment options

Answer selected by rrousselGit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants