Skip to content

Commit

Permalink
Edited translation to signal that it's currently unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag-Marcel committed Aug 13, 2024
1 parent d01b754 commit 8876a4d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ func setENKeyboardLayout() {
]

translateKeyLbl = "Translate"
translatePrompt = commandPromptSpacing + "en -› \(getControllerLanguageAbbr()): "
translatePromptAndCursor = translatePrompt + commandCursor
translatePromptAndPlaceholder = translatePromptAndCursor + " " + translatePlaceholder
translatePrompt = commandPromptSpacing + "Currently not utilized"
translatePromptAndCursor = translatePrompt // + commandCursor
translatePromptAndPlaceholder = translatePromptAndCursor // + " " + translatePlaceholder
translatePromptAndColorPlaceholder = NSMutableAttributedString(string: translatePromptAndPlaceholder)
translatePromptAndColorPlaceholder.setColorForText(textForAttribute: translatePlaceholder, withColor: UIColor(cgColor: commandBarPlaceholderColorCG))

Expand Down

0 comments on commit 8876a4d

Please sign in to comment.