Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
StrixG committed Dec 25, 2023
1 parent 7f41994 commit 8c14ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
<string name="pay">Оплатить (%1$d ₽)</string>
<string name="label_cart">Ваш заказ</string>
<string name="empty_cart">Ваша корзина пуста.</string>
<string name="unknown_distance">Расстояние неизвестно</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
<string name="pay">Pay (%1$d ₽)</string>
<string name="label_cart">Your order</string>
<string name="empty_cart">Your cart is empty.</string>
<string name="unknown_distance">Unknown distance</string>
<string name="unknown_distance">Distance is unknown</string>
</resources>

0 comments on commit 8c14ba8

Please sign in to comment.