79487406

Date: 2025-03-05 18:46:56
Score: 1.5
Natty:
Report link

You may try to use String(localized:) to represent its own value.

let greetingKey = LocalizedStringKey("Greeting")
let localGreeting: String = String(localized: greetingKey)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sergey Kemenov