From 8338d1b717625471d417186dc0ff0ee656062df1 Mon Sep 17 00:00:00 2001 From: Ponchale Date: Mon, 29 Jul 2024 08:14:10 -0500 Subject: [PATCH] fix problem submodule --- .gitmodules | 4 ++-- floorp/.gitmodules | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 floorp/.gitmodules diff --git a/.gitmodules b/.gitmodules index e722208ba06..f3a5ba6b70e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "l10n-central"] - path = l10n-central +[submodule "floorp/browser/locales/l10n-central"] + path = floorp/browser/locales/l10n-central url = https://github.com/goastian/l10n-central diff --git a/floorp/.gitmodules b/floorp/.gitmodules deleted file mode 100644 index 4c312207468..00000000000 --- a/floorp/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "browser/locales/l10n-central"] - path = browser/locales/l10n-central - url = https://github.com/goastian/l10n-central