From cf0f245817bb3a0fa5fe6ba4defd4ee6a4f63b99 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 7 May 2020 11:39:26 -0300 Subject: Fix translation related lint errors --- .idea/inspectionProfiles/Project_Default.xml | 6 ------ cashier/lint.xml | 5 ++++- cashier/src/main/res/values/strings.xml | 2 +- merchant-terminal/lint.xml | 4 ++++ wallet/lint.xml | 4 ++++ 5 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 merchant-terminal/lint.xml create mode 100644 wallet/lint.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index c950566..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/cashier/lint.xml b/cashier/lint.xml index 164e244..5ea4914 100644 --- a/cashier/lint.xml +++ b/cashier/lint.xml @@ -1,4 +1,7 @@ - + + + + diff --git a/cashier/src/main/res/values/strings.xml b/cashier/src/main/res/values/strings.xml index b4964d8..0400f82 100644 --- a/cashier/src/main/res/values/strings.xml +++ b/cashier/src/main/res/values/strings.xml @@ -10,7 +10,7 @@ Error retrieving configuration: %s Invalid username or password! @string/balance_offline - For testing, you can create a test account at the demo bank]]>. + For testing, you can create a test account at the demo bank]]>. Current balance ERROR: %s diff --git a/merchant-terminal/lint.xml b/merchant-terminal/lint.xml new file mode 100644 index 0000000..db997a5 --- /dev/null +++ b/merchant-terminal/lint.xml @@ -0,0 +1,4 @@ + + + + diff --git a/wallet/lint.xml b/wallet/lint.xml new file mode 100644 index 0000000..db997a5 --- /dev/null +++ b/wallet/lint.xml @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3