From 65fbf09419fc3b0e4b74216fce895c7e5e1c7f75 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 25 Mar 2024 04:08:28 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application 13ft --- translations/apps/13ft/en.json | 3 +++ translations/apps/13ft/fr.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 translations/apps/13ft/en.json create mode 100644 translations/apps/13ft/fr.json diff --git a/translations/apps/13ft/en.json b/translations/apps/13ft/en.json new file mode 100644 index 0000000..857d036 --- /dev/null +++ b/translations/apps/13ft/en.json @@ -0,0 +1,3 @@ +{ + "description": "Bypass paywall by acting as GoogleBot" +} \ No newline at end of file diff --git a/translations/apps/13ft/fr.json b/translations/apps/13ft/fr.json new file mode 100644 index 0000000..c7a4373 --- /dev/null +++ b/translations/apps/13ft/fr.json @@ -0,0 +1,3 @@ +{ + "description": "Contourner les paywall en vous faisant passer pour GoogleBot" +} \ No newline at end of file