Skip to content

Commit

Permalink
Rename Members page to Profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Nguyen committed Aug 1, 2020
1 parent 3049f67 commit 5a570cb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lib/data/app_pages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:izoneapp/pages/level_1/page_media.dart';
import 'package:izoneapp/pages/level_1/page_profiles.dart';
import 'package:izoneapp/pages/level_1/page_youtube_video_list.dart';

enum AppPage { HOME, ABOUT, MEMBERS, LYRICS, DANCE, MV, MEDIA }
enum AppPage { HOME, ABOUT, PROFILES, LYRICS, DANCE, MV, MEDIA }

class AppPageInfo {
final String title;
Expand Down Expand Up @@ -52,9 +52,9 @@ class AppPages {
page: AboutPage(),
),
AppPageInfo(
title: S.of(context).members,
longTitle: 'Member profiles',
index: AppPage.MEMBERS.index,
title: S.of(context).profile,
longTitle: 'Profile',
index: AppPage.PROFILES.index,
icon: FaIcon(FontAwesomeIcons.userFriends),
page: MembersPage(),
),
Expand Down
2 changes: 1 addition & 1 deletion lib/generated/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class MessageLookup extends MessageLookupByLibrary {
"laVieEnRose" : MessageLookupByLibrary.simpleMessage("La Vie en Rose"),
"lyrics" : MessageLookupByLibrary.simpleMessage("Lyrics"),
"media" : MessageLookupByLibrary.simpleMessage("Media"),
"members" : MessageLookupByLibrary.simpleMessage("Members"),
"pickMe" : MessageLookupByLibrary.simpleMessage("Nekkoya (Pick Me)"),
"profile" : MessageLookupByLibrary.simpleMessage("Profiles"),
"secretStoryOfTheSwan" : MessageLookupByLibrary.simpleMessage("Secret Story of the Swan"),
"someday" : MessageLookupByLibrary.simpleMessage("SOMEDAY"),
"up" : MessageLookupByLibrary.simpleMessage("Up"),
Expand Down
2 changes: 1 addition & 1 deletion lib/generated/intl/messages_ko.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class MessageLookup extends MessageLookupByLibrary {
"laVieEnRose" : MessageLookupByLibrary.simpleMessage("라비앙로즈"),
"lyrics" : MessageLookupByLibrary.simpleMessage("가사"),
"media" : MessageLookupByLibrary.simpleMessage("미디어"),
"members" : MessageLookupByLibrary.simpleMessage("회원"),
"pickMe" : MessageLookupByLibrary.simpleMessage("내꺼야 (Pick Me)"),
"profile" : MessageLookupByLibrary.simpleMessage("프로필"),
"secretStoryOfTheSwan" : MessageLookupByLibrary.simpleMessage("환상동화"),
"someday" : MessageLookupByLibrary.simpleMessage("언젠가 우리의 밤도 지나가겠죠 (SOMEDAY)"),
"up" : MessageLookupByLibrary.simpleMessage("하늘 위로"),
Expand Down
8 changes: 4 additions & 4 deletions lib/generated/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@@locale": "en",
"home": "Home",
"about": "About",
"members": "Members",
"profile": "Profiles",
"lyrics": "Lyrics",
"media": "Media",
"aboutIzone": "IZ*ONE is an idol group formed through idol survival show Produce 48, a collaborative project between Korean music channel MNet's audition program Produce 101 and Japan's AKB48 idol group. The group features 12 members (nine Korean and three Japanese).\n\nThe group's debut album, COLOR*IZ, was released in Korea on October 29th, 2018. The album topped the charts in 10 countries, breaking the record for debut albums released by Korean girl groups. The group's debut also caused ripples in Japan, gaining traction in the media as one of the notable artists of 2019. On February 6th, 2019, the group made its Japan debut with the album Suki to Iwasetai under the auspices of producer Yasushi Akimoto.",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/intl_ko.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@@locale": "ko",
"home": "집",
"about": "대해",
"members": "회원",
"profile": "프로필",
"lyrics": "가사",
"media": "미디어",
"aboutIzone": "IZ*ONE(아이즈원)은 대한민국 음악전문채널 엠넷의 오디션 프로그램《PRODUCE101》과 일본의 국민적 아이돌《AKB48그룹》이 합동으로 기획한 오디션 프로그램《PRODUCE48》에서 팬들의 투표로 선발된 일본인 멤버3명, 한국인 멤버9명 총12명으로 구성된 글로벌 그룹이다.\n\n2018년 10월 19일 한국에서 발매된 데뷔 앨범 \"COLOR*IZ\"는 대한민국 역대 걸즈그룹 데뷔앨범 판매량 최고기록을 갱신하였으며 음원차트에서는 세계10개국에서 1위를 기록.일본에서도 2019년 주목 아티스트로서 여러 미디어에서 특집으로 다루어지며 2019년 2월 6일, 아키모토 야스시가 프로듀스한 \"Suki to Iwasetai\"로 데뷔.",
Expand Down

0 comments on commit 5a570cb

Please sign in to comment.