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 6483666
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

Check failure on line 174 in Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift

View workflow job for this annotation

GitHub Actions / Run SwiftLint

Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
translatePromptAndPlaceholder = translatePromptAndCursor //+ " " + translatePlaceholder

Check failure on line 175 in Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift

View workflow job for this annotation

GitHub Actions / Run SwiftLint

Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
translatePromptAndColorPlaceholder = NSMutableAttributedString(string: translatePromptAndPlaceholder)
translatePromptAndColorPlaceholder.setColorForText(textForAttribute: translatePlaceholder, withColor: UIColor(cgColor: commandBarPlaceholderColorCG))

Expand Down

0 comments on commit 6483666

Please sign in to comment.