Loading mobile/src/lang/lang.ts +36 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,40 @@ export interface Lang { loginButton: string; registerButton: string; }, homeScreen:{ title: string; }, travelHistoryScreen:{ title: string; activeTravelsLabel: string; pastTravelsLabel: string; noTravelsLabel: string; }, accountScreen:{ title: string; logoutButton: string; changeLanguageButton: string; selectLanguage: string; saveButton: string; }, selectTownScreen:{ title: string; }, selectTownActivityScreen:{ title: string; generateRouteButton: string; }, activityInfoScreen:{ doActivityButton: string; }, scanScreen:{ title: string; }, tabBar:{ homeLabel: string; travelHistoryLabel: string; accountLabel: string; }, forms : { email: string; password: string; Loading @@ -25,6 +59,8 @@ export interface Lang { }, common : { or: string; descriptionLabel: string; showMore: string; } } No newline at end of file Loading
mobile/src/lang/lang.ts +36 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,40 @@ export interface Lang { loginButton: string; registerButton: string; }, homeScreen:{ title: string; }, travelHistoryScreen:{ title: string; activeTravelsLabel: string; pastTravelsLabel: string; noTravelsLabel: string; }, accountScreen:{ title: string; logoutButton: string; changeLanguageButton: string; selectLanguage: string; saveButton: string; }, selectTownScreen:{ title: string; }, selectTownActivityScreen:{ title: string; generateRouteButton: string; }, activityInfoScreen:{ doActivityButton: string; }, scanScreen:{ title: string; }, tabBar:{ homeLabel: string; travelHistoryLabel: string; accountLabel: string; }, forms : { email: string; password: string; Loading @@ -25,6 +59,8 @@ export interface Lang { }, common : { or: string; descriptionLabel: string; showMore: string; } } No newline at end of file