Skip to content

Commit

Permalink
Merge pull request #13 from lime-company/issues/12-remove-spaces
Browse files Browse the repository at this point in the history
Fix #12: Remove spaces after newlines in message resources
  • Loading branch information
Petr Dvořák authored Mar 28, 2018
2 parents 828c081 + c757eac commit 13e7eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ext-resources/messages_cs.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ push.data=Data: {0}

# Localize operations here
login.title=Přihlášení
login.greeting=Dobrý den,\n přihlašte se, prosím.
login.greeting=Dobrý den,\npřihlašte se, prosím.
login.summary=Potvrďte prosím přihlášení uživatele.
operation.title=Potvrzení platby
operation.greeting=Dobrý den,\n prosíme o potvrzení následující platby:
operation.greeting=Dobrý den,\nprosíme o potvrzení následující platby:
operation.summary=Potvrďte platbu {operation.amount} {operation.currency} na účet {operation.account}.
operation.amount=Částka
operation.bankAccountChoice=Z vašeho účtu
Expand Down
4 changes: 2 additions & 2 deletions ext-resources/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ push.data=Data: {0}

# Localize operations here
login.title=Login
login.greeting=Hello,\n please sign in.
login.greeting=Hello,\nplease sign in.
login.summary=Please confirm the login attempt.
operation.title=Confirm Payment
operation.greeting=Hello,\n please confirm following payment:
operation.greeting=Hello,\nplease confirm following payment:
operation.summary=Hello, please confirm payment {operation.amount} {operation.currency} to account {operation.account}.
operation.amount=Amount
operation.bankAccountChoice=From Your Account
Expand Down

0 comments on commit 13e7eb1

Please sign in to comment.