From 1f4e347cae51667e7cf5772aef55d274a39c8023 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 20 Oct 2022 17:42:47 -0400 Subject: Add tests on i18n classes (#4756) --- cli/manipulate.translation.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/manipulate.translation.php') diff --git a/cli/manipulate.translation.php b/cli/manipulate.translation.php index 2b53b8606..801aa30b6 100755 --- a/cli/manipulate.translation.php +++ b/cli/manipulate.translation.php @@ -3,6 +3,8 @@ require_once __DIR__ . '/i18n/I18nData.php'; require_once __DIR__ . '/i18n/I18nFile.php'; +require_once __DIR__ . '/../constants.php'; + $options = getopt("a:hk:l:o:rv:"); -- cgit v1.2.3