Changeset 57513 for trunk/tests/phpunit/data/l10n/example-simple.php
- Timestamp:
- 02/01/2024 11:43:21 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/data/l10n/example-simple.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/l10n/example-simple.php
r57386 r57513 3 3 'messages' => 4 4 [ 5 'original' => ['translation'],6 'contextoriginal with context' => ['translation with context'],7 'plural0' . "\0" . 'plural1' => ['translation0', 'translation1'],8 'contextplural0 with context' . "\0" . 'plural1 with context' => ['translation0 with context', 'translation1 with context'],9 'Product' . "\0" . 'Products'=> 'Produkt' . "\0" . 'Produkte',5 'original' => 'translation', 6 'contextoriginal with context' => 'translation with context', 7 'plural0' => 'translation0' . "\0" . 'translation1', 8 'contextplural0 with context' => 'translation0 with context' . "\0" . 'translation1 with context', 9 'Product' => 'Produkt' . "\0" . 'Produkte', 10 10 ], 11 11 ];
Note: See TracChangeset
for help on using the changeset viewer.