Skip to content

Commit

Permalink
feat(demo): Set app name for demo flavor to 'TeachLink(Demo)'
Browse files Browse the repository at this point in the history
  • Loading branch information
azrael8576 committed Apr 17, 2024
1 parent 64c8a41 commit 24ec857
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions app/src/demo/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<resources>
<string name="app_name">TeachLink(Demo)</string>

</resources>
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/feature_teacherschedule_app_name"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Tl.Splash"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="feature_teacherschedule_app_name">TeachLink</string>

<!-- 教師行事曆頁面 -->
<string name="feature_teacherschedule_your_local_time_zone">您當地的時區: %1$s GMT %2$s</string>
<string name="feature_teacherschedule_inquirying_teacher_calendar">您正在查詢 %1$s 老師
Expand Down
2 changes: 0 additions & 2 deletions feature/teacherschedule/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<resources>
<string name="feature_teacherschedule_app_name">TeachLink</string>

<!-- 教師行事曆頁面 -->
<string name="feature_teacherschedule_your_local_time_zone">Your local time zone: %1$s GMT %2$s</string>
<string name="feature_teacherschedule_inquirying_teacher_calendar">You are inquiring about %1$s\'s calendar for
Expand Down

0 comments on commit 24ec857

Please sign in to comment.