Skip to content

Commit

Permalink
refactor #818 Add string resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Dec 27, 2021
1 parent e18a409 commit 5a4ffe5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions loan/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2021 toastkidjp.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompany this distribution.
~ The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html.
-->

<resources>
<string name="title_loan_calculator">ローン計算</string>
</resources>
11 changes: 11 additions & 0 deletions loan/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2021 toastkidjp.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompany this distribution.
~ The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html.
-->

<resources>
<string name="title_loan_calculator">Loan calculator</string>
</resources>

0 comments on commit 5a4ffe5

Please sign in to comment.