Skip to content

Commit

Permalink
Translate string in NcProviderList
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Mar 4, 2023
1 parent 026afe9 commit d049739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ msgstr ""
msgid "Search results"
msgstr ""

msgid "Select a link provider"
msgstr ""

msgid "Select a tag"
msgstr ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import { isUrl } from './utils.js'
import NcEmptyContent from '../../NcEmptyContent/index.js'
import NcHighlight from '../../NcHighlight/index.js'
import NcMultiselect from '../../NcMultiselect/index.js'
import { t } from '../../../l10n.js'
import LinkVariantIcon from 'vue-material-design-icons/LinkVariant.vue'
Expand All @@ -60,8 +61,7 @@ export default {
return {
selectedProvider: null,
query: '',
// TODO translate?
multiselectPlaceholder: 'Select a link provider',
multiselectPlaceholder: t('Select a link provider'),
}
},
computed: {
Expand Down

0 comments on commit d049739

Please sign in to comment.