Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 53d5993

Browse files
author
Sascha Thielemann
authored
Merge pull request #8 from bestog/patch-1
Add supported languages
2 parents 6009d8b + 0054c10 commit 53d5993

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ foreach ($translations as $translation) {
5050
echo $translation['text'];
5151
}
5252
```
53+
### Supported languages
54+
* `de` - German
55+
* `en` - English
56+
* `fr` - French
57+
* `it` - Italian
58+
* `ja` - Japanese
59+
* `es` - Spanish
60+
* `nl` - Dutch
61+
* `pl` - Polish
62+
* `pt` - Portuguese
63+
* `ru` - Russian
64+
* `zh` - Chinese
5365

5466
## Testing
5567

0 commit comments

Comments
 (0)