-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
F t31115 remove translator from dp select (#357)
* chore (refs T31115): add Trans-Key to translations.js * chore (refs T31115): remove Translator.trans from DpSelect. - call a Translator.trans in Core. * Update src/components/DpSelect/DpSelect.vue Co-authored-by: spiess-demos <40452344+spiess-demos@users.noreply.github.com> * chore (refs T31115): remove unused props & computed. * chore (refs T31115): revert computed. * chore (refs T31115): add Changelog. * Update CHANGELOG.md Co-authored-by: spiess-demos <40452344+spiess-demos@users.noreply.github.com> --------- Co-authored-by: spiess-demos <40452344+spiess-demos@users.noreply.github.com>
- Loading branch information
1 parent
178928d
commit 0935602
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
const de = { | ||
contextualHelp: 'Kontexthilfe', | ||
loadingData: 'Daten werden geladen...' | ||
loadingData: 'Daten werden geladen...', | ||
selectPlaceholder: 'Bitte wählen Sie einen Eintrag aus.' | ||
} | ||
|
||
export { de } |