From f20f2332cbf8cf70711f292864e7a9dd2df8b995 Mon Sep 17 00:00:00 2001 From: Jonas Metzener Date: Fri, 20 Nov 2020 11:17:33 +0100 Subject: [PATCH] fix(intl): remove unused translation that caused warnings in apps --- translations/en-us.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 translations/en-us.yaml diff --git a/translations/en-us.yaml b/translations/en-us.yaml deleted file mode 100644 index 0354b34c..00000000 --- a/translations/en-us.yaml +++ /dev/null @@ -1,6 +0,0 @@ -some: - scope: - shapes: "Shapes" - triangle: "Triangle" - square: "Square" - circle: "Circle"