aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-02-05 19:04:07 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-05 19:04:07 +0100
commitfe880d1a98d8224682036e44520bb92b2ed417aa (patch)
tree2e564f52e21e4c3fb35e82cd4d1c273ce51edc0b /cli
parentcb36fe25a75b764e020760fd0d918bea13cadd13 (diff)
i18n fr (#4199)
And make check.translation executable: ```sh cli/check.translation.php -r ```
Diffstat (limited to 'cli')
-rwxr-xr-x[-rw-r--r--]cli/check.translation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/check.translation.php b/cli/check.translation.php
index 38bb83af5..ae0abd78e 100644..100755
--- a/cli/check.translation.php
+++ b/cli/check.translation.php
@@ -1,3 +1,4 @@
+#!/usr/bin/env php
<?php
require_once __DIR__ . '/i18n/I18nCompletionValidator.php';