summarylogtreecommitdiffstats
path: root/no-metadata-translation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-metadata-translation.patch')
-rw-r--r--no-metadata-translation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/no-metadata-translation.patch b/no-metadata-translation.patch
new file mode 100644
index 000000000000..a7d6b22c9c74
--- /dev/null
+++ b/no-metadata-translation.patch
@@ -0,0 +1,11 @@
+--- CMakeModules/Functions.cmake 2022-01-22 01:30:53.516011218 +0000
++++ CMakeModules/Functions.cmake.new 2022-01-22 02:20:01.277354828 +0000
+@@ -181,7 +181,7 @@
+
+
+ # Add the command to translate the file
+- if( KICAD_BUILD_I18N )
++ if( FALSE )
+ add_custom_command(
+ OUTPUT ${OUT_FILE}
+ DEPENDS ${SRC_FILE}