This commit is contained in:
Xes
2025-08-14 22:41:49 +02:00
parent 2de81ccc46
commit 8ce45119b6
39774 changed files with 4309466 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
if [ -z "$ICU_BUILD_DIR" ]; then
echo "Please set the ICU_BUILD_DIR environment variable"
exit
fi
if [ ! -d "$ICU_BUILD_DIR" ]; then
echo "The directory $ICU_BUILD_DIR pointed at by ICU_BUILD_DIR does not exist"
exit
fi
DIR=`dirname $0`
rm $DIR/res/*.res
LD_LIBRARY_PATH=$ICU_BUILD_DIR/lib $ICU_BUILD_DIR/bin/genrb -d $DIR/res $DIR/txt/*.txt

View File

@@ -0,0 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'Foo' => 'Bar',
];

Binary file not shown.

View File

@@ -0,0 +1,3 @@
en{
Foo{"Bar"}
}

View File

@@ -0,0 +1 @@
{"Foo":"Bar"}

View File

@@ -0,0 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'Foo' => 'Bar',
];

View File

@@ -0,0 +1 @@
{"Foo":"Bar"}

View File

@@ -0,0 +1 @@
{"Foobar"}

View File

@@ -0,0 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'Foo' => 'Bar',
];

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
alias{
"%%ALIAS"{"ro"}
}

View File

@@ -0,0 +1,3 @@
mo{
"%%ALIAS"{"ro_MD"}
}

View File

@@ -0,0 +1,3 @@
ro{
Foo{"Bar"}
}

View File

@@ -0,0 +1,3 @@
ro_MD{
Baz{"Bam"}
}

View File

@@ -0,0 +1,6 @@
root{
/**
* so genrb doesn't issue warnings
*/
___{""}
}