diff options
| -rw-r--r-- | xmake/modules/private/tools/cl/parse_include.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmake/modules/private/tools/cl/parse_include.lua b/xmake/modules/private/tools/cl/parse_include.lua index 373aa0fdf..cd311ec49 100644 --- a/xmake/modules/private/tools/cl/parse_include.lua +++ b/xmake/modules/private/tools/cl/parse_include.lua @@ -34,8 +34,10 @@ function main(line) -- _g.notes = _g.notes or { - "Note: including file: " - , "注意: 包含文件: " + "Note: including file: " -- en + , "注意: 包含文件: " -- zh + , "Remarque : inclusion du fichier : " -- fr + , "メモ: インクルード ファイル: " -- jp } -- contain notes? |
