瀏覽代碼

Update README.md

Björn Ritzl 2 年之前
父節點
當前提交
eeb37fb372
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -67,3 +67,17 @@ References to Defold API functions, messages or ids should not be translated:
 
 #### Do NOT translate code snippets
 Comments in code snippets should not be translated
+
+
+#### Do NOT translate special markup
+The `::: sidenote` and `::: Important` markup should not be translate (although the content inside should of course still be translated):
+
+```
+::: sidenote
+This text inside the sidenote should be translated but NOT 'sidenote' above
+:::
+
+::: important
+This text inside important note should be translated but NOT 'important' above
+:::
+```