Skip to content

Commit d518873

Browse files
author
Silas Joisten
authored
added german translations (#51)
1 parent 5e2d1ae commit d518873

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ You can use the property `locale` to set the display language. Available languag
363363
- `br` (Brazilian Portuguese)
364364
- `nl` (Netherlands)
365365
- `fr` (French)
366+
- `de` (German)
366367

367368
> You can very easily contribute a locale. Just clone `locales/en.json` and `require` in `locales/index.js`
368369

src/locales/de.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rows_per_page": "Zeilen pro Seite",
3+
"out_of_pages": "von",
4+
"all": "Alle",
5+
"search_data": "Suchen"
6+
}

src/locales/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ module.exports = {
66
cat: require('./cat.json'),
77
fr: require('./fr.json'),
88
nl: require('./nl.json'),
9+
de: require('./de.json'),
910
};

0 commit comments

Comments
 (0)