Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit f583e72

Browse files
Updated the PO Documentation part to reflect the last changes
1 parent 582b9ea commit f583e72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ $translations = [
158158

159159
$dumper = new PoFileDumper;
160160

161-
$dumper->dump($translations, 'path/to/translations/file.po', ['metadata' => [
161+
$dumper->dump($translations, 'path/to/translations/file.po', [
162162
'Language' => 'ar'
163163
'Plural-Forms' => 'nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;'
164-
]]);
164+
]);
165165
```
166166

167167
## XLIFF

0 commit comments

Comments
 (0)