Browse Source
Merge pull request #404 from Ponkhy/main
Added search key
pull/407/head
Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
src/languages/de-DE.js
-
src/languages/en.js
|
|
@ -157,4 +157,5 @@ export default { |
|
|
|
Indigo: "Indigo", |
|
|
|
Purple: "Lila", |
|
|
|
Pink: "Pink", |
|
|
|
"Search...": "Suchen...", |
|
|
|
} |
|
|
|
|
|
@ -157,4 +157,5 @@ export default { |
|
|
|
Indigo: "Indigo", |
|
|
|
Purple: "Purple", |
|
|
|
Pink: "Pink", |
|
|
|
"Search...": "Search...", |
|
|
|
} |
|
|
|