-
-
Notifications
You must be signed in to change notification settings - Fork 0
Localization
Masyukov Pavel edited this page May 24, 2026
·
1 revision
ColdVault currently supports English and Russian.
ColdVault/Resources/en.lproj/Localizable.stringsColdVault/Resources/ru.lproj/Localizable.strings
- Add new keys in both locales in the same pull request.
- Keep key names stable and descriptive.
- Avoid embedding user-visible strings directly in Swift code when localization is expected.
- Technical terms are consistent across screens.
- Security warnings are explicit and unambiguous.
- Character limits are verified on smaller iPhone screens.
ColdVault supports runtime language switching through app settings.
Contributors should validate language switch flow after adding new strings.