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" "$@"
n
if(! $in) print Initializing normalization quick check tables n
Definition:
UtfNormalGenerate.php:37
php
libs
composer
vendor
bin
export-plural-rules.php
Generated on Thu Feb 27 2025 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)