Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
#206 내 알림리스트화면 SwiftGen 리소스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrjswns committed Sep 25, 2024
1 parent 2611176 commit 9d278ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShowPot/ShowPot/Resource/Localizable/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
"my_artist_empty_title" = "구독한\n아티스트가 없어요";
"my_artist_empty_button" = "아티스트 구독 하러가기";

// 내 알림 리스트 화면
"my_alarm_list_navigation_title" = "알림";

// ------------------------------------------------------------------------------------

/* Model */
Expand Down
2 changes: 2 additions & 0 deletions ShowPot/ShowPot/Resource/Localizable/Strings+Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public enum Strings {
/// 알림 설정한
/// 공연이 없어요
public static let myAlarmEmptyTitle = Strings.tr("Localizable", "my_alarm_empty_title", fallback: "알림 설정한\n공연이 없어요")
/// 알림
public static let myAlarmListNavigationTitle = Strings.tr("Localizable", "my_alarm_list_navigation_title", fallback: "알림")
/// 티켓팅이 임박한 공연
public static let myAlarmMainTitle = Strings.tr("Localizable", "my_alarm_main_title", fallback: "티켓팅이 임박한 공연")
/// 알림 설정한 공연
Expand Down

0 comments on commit 9d278ac

Please sign in to comment.