-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add empty string resource to each module
- Loading branch information
Showing
15 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
feature/contributors/src/commonMain/composeResources/values-ja/contributors_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
feature/contributors/src/commonMain/composeResources/values/contributors_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
...tors/src/commonMain/kotlin/io/github/droidkaigi/confsched/contributors/ContributorsRes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package io.github.droidkaigi.confsched.contributors | ||
|
||
import conference_app_2024.feature.contributors.generated.resources.Res | ||
|
||
object ContributorsRes { | ||
val drawable = Res.drawable | ||
val string = Res.string | ||
} |
4 changes: 4 additions & 0 deletions
4
feature/eventmap/src/commonMain/composeResources/values-ja/eventmap_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
feature/eventmap/src/commonMain/composeResources/values/eventmap_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
...ure/eventmap/src/commonMain/kotlin/io/github/droidkaigi/confsched/eventmap/EventMapRes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package io.github.droidkaigi.confsched.eventmap | ||
|
||
import conference_app_2024.feature.eventmap.generated.resources.Res | ||
|
||
object EventMapRes { | ||
val drawable = Res.drawable | ||
val string = Res.string | ||
} |
4 changes: 4 additions & 0 deletions
4
feature/main/src/commonMain/composeResources/values-ja/main_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
feature/main/src/commonMain/composeResources/values/main_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
feature/main/src/commonMain/kotlin/io/github/droidkaigi/confsched/main/MainRes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package io.github.droidkaigi.confsched.main | ||
|
||
import conference_app_2024.feature.main.generated.resources.Res | ||
|
||
object MainRes { | ||
val drawable = Res.drawable | ||
val string = Res.string | ||
} |
4 changes: 4 additions & 0 deletions
4
feature/profilecard/src/commonMain/composeResources/values-ja/profilecard_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
feature/profilecard/src/commonMain/composeResources/values/profilecard_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
...ilecard/src/commonMain/kotlin/io/github/droidkaigi/confshed/profilecard/ProfileCardRes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package io.github.droidkaigi.confshed.profilecard | ||
|
||
import conference_app_2024.feature.profilecard.generated.resources.Res | ||
|
||
object ProfileCardRes { | ||
val drawable = Res.drawable | ||
val string = Res.string | ||
} |
4 changes: 4 additions & 0 deletions
4
feature/staff/src/commonMain/composeResources/values-ja/staff_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
feature/staff/src/commonMain/composeResources/values/staff_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="sample">!!Please remove this resource when you add string resource!!</string> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
feature/staff/src/commonMain/kotlin/io/github/droidkaigi/confsched/staff/StaffRes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package io.github.droidkaigi.confsched.staff | ||
|
||
import conference_app_2024.feature.staff.generated.resources.Res | ||
|
||
object StaffRes { | ||
val drawable = Res.drawable | ||
val string = Res.string | ||
} |