diff --git a/README.md b/README.md index e6f55478f49..d946397b624 100644 --- a/README.md +++ b/README.md @@ -250,19 +250,12 @@ title: How to prevent Google Translate from automatically translating a text? --- flowchart TD A[Start] --> B{Is Text a Key, Identifier,
Variable, Filename, Folder,
Error Message,
or UI Label?} - click A "#entity" B --> |Yes| C{is Text
a Glossary Item?} - click C "#entity" C --> |Yes| D["<code>text</code>"] - click D "#entity" - C --> |No| E[`text`] - click E "#entity" + C --> |No| E["`text`"] B --> |No| F{Is Text
a Product Name,
a Project Name,
or a Brand Name?} - click F "#name" - F --> |Yes| G[*text*] - click G "#name" + F --> |Yes| G["*text*"] F --> |No| H["<span translate="no">text<span>"] - click H "#generic" ``` If the automatic translation is still incorrect after applying these rules, [read this](#when-rules-fail).