ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
export-plural-rules.php
Go to the documentation of this file.
1
#!/usr/bin/env sh
2
3
dir=$(cd
"${0%[/\\]*}"
> /dev/
null
; cd
'../gettext/languages/bin'
&& pwd)
4
5
if
[ -d /proc/cygdrive ] && [[ $(which
php
) == $(readlink -n /proc/cygdrive)
/* ]]; then
6
# We are in Cgywin using Windows php, so the path must be translated
7
dir=$(cygpath -m "$dir");
8
fi
9
10
"${dir}/export-plural-rules.php" "$@"
php
An exception for terminatinating execution or to throw for unit testing.
libs
composer
vendor
bin
export-plural-rules.php
Generated on Thu Oct 2 2025 19:01:01 for ILIAS by
1.9.4 (using
Doxyfile
)