-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: iOS 1.8, Android 1.5
-
Component/s: None
-
Epic Link:
-
Tags:
-
Sprint:nxfit 9.1.8
-
Story Points:3
For now, there are two ways of doing internationalization in the app:
- I18n from react-native-i18n, to translate labels
- our own i18n, to format dates
Refactor to do everything with our own i18n utility, and use react-native-i18n only in i18n.js.
=> we cna start by just adding a new i18n.t() method to mimic current behavior, and replace everywhere.