Skip to content

Commit 6a48def

Browse files
IceQ1337TimWolla
authored andcommitted
Fix language code reference in package.xml documentation
Fixes #363
1 parent 2fdae5b commit 6a48def

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/package/package-xml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ Holds the entire meta data of the package.
3131
#### `<packagename>`
3232

3333
This is the actual package name displayed to the end user, this can be anything you want, try to keep it short.
34-
It supports the attribute `languagecode` which allows you to provide the package name in different languages, please be aware that if it is not present, `en` (English) is assumed:
34+
It supports the attribute `language` which allows you to provide the package name in different languages, please be aware that if it is not present, `en` (English) is assumed:
3535

3636
```xml
3737
<packageinformation>
3838
<packagename>Simple Package</packagename>
39-
<packagename languagecode="de">Einfaches Paket</packagename>
39+
<packagename language="de">Einfaches Paket</packagename>
4040
</packageinformation>
4141
```
4242

4343
#### `<packagedescription>`
4444

4545
Brief summary of the package, use it to explain what it does since the package name might not always be clear enough.
46-
The attribute `languagecode` is available here too, please reference to [`<packagename>`](#packageName) for details.
46+
The attribute `language` can also be used here, please reference to [`<packagename>`](#packageName) for details.
4747

4848
#### `<version>`
4949

0 commit comments

Comments
 (0)