Skip to content

Commit

Permalink
Merge pull request #191 from yssk22/develop
Browse files Browse the repository at this point in the history
[expo] add follower configuration UI.
  • Loading branch information
yssk22 authored Dec 23, 2024
2 parents 89406b5 + d9ccb87 commit 35a1893
Show file tree
Hide file tree
Showing 26 changed files with 9,889 additions and 3,038 deletions.
99 changes: 99 additions & 0 deletions expo/assets/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,105 @@
"Goods": {
"ja": "グッズ"
},
"blueray": {
"en": "Blue-ray",
"ja": "ブルーレイ"
},
"clear_file": {
"en": "Clear file",
"ja": "クリアファイル"
},
"colllection_other": {
"en": "Collection items (other)",
"ja": "コレクション商品(その他)"
},
"colllection_photo": {
"en": "Collection items (Photo)",
"ja": "コレクション商品(写真)"
},
"colllection_pinnap_poster": {
"en": "Collection items (Pinnap Poster)",
"ja": "コレクション商品(ピンポス)"
},
"dvd": {
"en": "DVD",
"ja": "DVD"
},
"dvd_magazine": {
"en": "DVD magazine",
"ja": "DVDマガジン"
},
"dvd_magazine_other": {
"en": "DVD magazine (other)",
"ja": "DVDマガジン(その他)"
},
"fsk": {
"en": "FSK",
"ja": "FSK"
},
"keyring_other": {
"en": "Other Keyrings",
"ja": "その他のキーホルダー"
},
"microfiber_towel": {
"en": "Microfiber towel",
"ja": "マイクロファイバータオル"
},
"muffler_towel": {
"en": "Muffler towel",
"ja": "マフラータオル"
},
"other": {
"en": "Other",
"ja": "その他"
},
"penlight": {
"en": "Penlight",
"ja": "ペンライト"
},
"photo2_l": {
"en": "Photo 2L",
"ja": "2L 写真"
},
"photo_a4": {
"en": "Photo A4",
"ja": "A4 写真"
},
"photo_a5": {
"en": "Photo A5",
"ja": "A5写真"
},
"photo_album": {
"en": "Photo Album",
"ja": "フォトアルバム"
},
"photo_album_other": {
"en": "Photo Album",
"ja": "フォトアルバム(その他)"
},
"photo_book": {
"en": "Photo Book",
"ja": "写真集"
},
"photo_book_other": {
"en": "Photo Book (Other)",
"ja": "写真集(その他)"
},
"photo_daily": {
"en": "Daily Photo",
"ja": "日替わり写真"
},
"photo_other": {
"en": "Photo (Other)",
"ja": "写真(その他)"
},
"t_shirt": {
"en": "T Shirt",
"ja": "Tシャツ"
},
"Elineup Mall Settings": {
"ja": "イーラインナップモールの設定"
},
"Order End At": {
"ja": "販売終了日時"
},
Expand Down
2 changes: 0 additions & 2 deletions expo/features/app/user/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ rosychronicle
testID="user.test.useMembers"
>
erina_ikuta
ayumi_ishida
sakura_oda
miki_nonaka
maria_makino
Expand All @@ -246,7 +245,6 @@ mei_yamazaki
rio_sakurai
haruka_inoue
ako_yumigeta
ayano_kawamura
moe_kamikokuryo
layla_ise
rin_hashisako
Expand Down
24 changes: 24 additions & 0 deletions expo/features/app/user/internals/HelloProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@ const helloProjectFragmentGraphQL = graphql`
myFollowStatus {
id
type
elineupmallOther
elineupmallPhotoDaily
elineupmallPhotoA4
elineupmallPhotoA5
elineupmallPhoto2l
elineupmallPhotoOther
elineupmallPhotoAlbum
elineupmallPhotoAlbumOther
elineupmallPhotoBook
elineupmallPhotoBookOther
elineupmallDvd
elineupmallDvdMagazine
elineupmallDvdMagazineOther
elineupmallBlueray
elineupmallPenlight
elineupmallCollectionPinnapPoster
elineupmallCollectionPhoto
elineupmallCollectionOther
elineupmallTshirt
elineupmallMicrofiberTowel
elineupmallMufflerTowel
elineupmallFsk
elineupmallKeyringOther
elineupmallClearFile
}
}
}
Expand Down

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

Loading

0 comments on commit 35a1893

Please sign in to comment.