Closed Hinton closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.05%. Comparing base (
cbfda94
) to head (91e8ee1
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checkmarx One โ Scan Summary & Details โ 514a77ea-f85f-48c0-8dd8-deef388567af
๐ You will need to also update the snapshot tests for this. Particularly, BitwardenShared/UI/Platform/Settings/Settings/Appearance/SelectLanguage/__Snapshots__/SelectLanguageViewTests/test_snapshot_default_large.1.png
will need to be regenerated to capture the new names. If you delete that file then run the tests it should generate the new snapshot for you.
Seems I'm using Xcode 16 which isn't supported by our codebase yet ๐.
When can it be repaired?
๐๏ธ Tracking
https://bitwarden.atlassian.net/browse/PM-12977
๐ Objective
iOS prefers to use the
zh-Hans
andzh-Hant
language codes for traditional / simplified Chinese rather thanzh-CN
andzh-TW
that we previously used. This seems to resolve the issues around the language not working however it also changes how we represent it in the language picker.We should confirm this language codes are what we desire to use, and how they behave with the system language options.
๐ธ Screenshots
Before:
After:
โฐ Reminders before review
๐ฆฎ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or โน๏ธ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or ๐ญ (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or โ ๏ธ (:warning:
) for more significant problems or concerns needing attention:seedling:
) or โป๏ธ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes