Skip to content

Commit

Permalink
refactor #818 Extract result message to string resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Dec 29, 2021
1 parent 689a25b commit fd74fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions loan/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

<resources>
<string name="title_loan_calculator">ローン計算</string>
<string name="message_result_montly_payment">月々の支払額: %d</string>
</resources>
1 change: 1 addition & 0 deletions loan/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

<resources>
<string name="title_loan_calculator">Loan calculator</string>
<string name="message_result_montly_payment">Monthly payment: %d</string>
</resources>

0 comments on commit fd74fb0

Please sign in to comment.