StanfordBDHG/LLMonFHIR

Remove Stale Localizations and Standardize Keys with Underscores

Open

#62 建立於 2025年1月25日

在 GitHub 查看
 (6 留言) (0 反應) (1 負責人)Swift (24 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (157 star)
PR 合併指標
 (PR 指標待抓取)

描述

Problem

  • Leveral localizations are outdated, generating Xcode warnings. Have a look at Localizable.strings
  • Inconsistent localization key naming: some keys lack underscores, making them more error prone when referenced in code.

Solution

  • Remove stale localizations from Localizable.strings to clear Xcode warnings and improve maintainability.
  • Convert existing localization keys to underscore format (e.g., 'USER_SETTINGS' instead of 'User Settings')

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

貢獻者指南