mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Enforce that there is no machine translation to russian #10191
This commit is contained in:
parent
59b5f88099
commit
1526722333
@ -56,3 +56,6 @@ find $ROOT_PATH/{src,base,programs,utils} -name '*.h' -or -name '*.cpp' | while
|
||||
|
||||
# Broken XML files (requires libxml2-utils)
|
||||
find $ROOT_PATH/{src,base,programs,utils} -name '*.xml' | xargs xmllint --noout --nonet
|
||||
|
||||
# Machine translation to Russian is strictly prohibited
|
||||
find $ROOT_PATH/docs/ru -name '*.md' | xargs grep -l -F 'machine_translated: true'
|
||||
|
Loading…
Reference in New Issue
Block a user