mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-23 16:30:43 -04:00
FYI, this also essentially outlaws variables in translation keys because a key that is only used with interpolated strings will never appear as "used". Also starts using a convention of adding info to i18n keys that do not relate to the text after double dashes, e.g. `Unknown--taxon = Unknown` for a string that is specifically meant to describe a missing taxon but only needs to have the word "Unknown". * Changed several accessibilityHints to 3rd person * Made several accessibilityLabels shorter and more verb-oriented * Removed many unused i18n keys * Refactored variables in i18n keys * Removed some unused code from the old Settings