Skip to content

Commit

Permalink
Fix language name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored Jan 14, 2023
1 parent 2391491 commit 7131d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To map strings between languages, we parse all examples, remove tokens between c

However, sometimes after removing the content between curly braces, two or more examples in the same page may have the same content because the only difference was the tokens. In these case, we omit them from dataset as there is no way to umabiguously know which command is the pairing example.

Here is a real-world example of the problem, the English version was modified after the German translation was made, so now the pages have fallen out of sync. If we made pairs using the index, we'd create mismatches.
Here is a real-world example of the problem: the English version was modified after the French translation was made, so now the pages have fallen out of sync. If we made pairs using the index, we'd create mismatches.

| [EN](https://github.com/tldr-pages/tldr/blob/77decbbb90597baa942e224da2138477d273fc86/pages/common/tldr.md) | [FR](https://github.com/SethFalco/tldr/blob/051d085b7b684aec7413e2ea2ea36cc24406ce16/pages.fr/common/tldr.md) |
|---|---|
Expand Down

0 comments on commit 7131d45

Please # to comment.