mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
localisation added
This commit is contained in:
@@ -38,10 +38,9 @@ struct ComposerLinkActionViewState: BindableState {
|
||||
|
||||
extension ComposerLinkActionViewState {
|
||||
var title: String {
|
||||
// TODO: Add translations
|
||||
switch linkAction {
|
||||
case .createWithText, .create: return "Create a link"
|
||||
case .edit: return "Edit link"
|
||||
case .createWithText, .create: return VectorL10n.wysiwygComposerLinkActionCreateTitle
|
||||
case .edit: return VectorL10n.wysiwygComposerLinkActionEditTitle
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user