diff --git a/src/en/funds.md b/src/en/funds.md index d1749a7..9a70035 100644 --- a/src/en/funds.md +++ b/src/en/funds.md @@ -18,6 +18,6 @@ of the chat. Expense Category | Amount :------------------- | -----------: -Space Rent | 65 000 RSD -Utility Bills | 3 000 RSD -**Total** | **68 000 RSD** +Space Rent | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }} +Utility Bills | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }} +**Total** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}** diff --git a/src/ru/funds.md b/src/ru/funds.md index 1a84654..fc752fe 100644 --- a/src/ru/funds.md +++ b/src/ru/funds.md @@ -18,6 +18,6 @@ Xecut — **некоммерческий** проект, Статья расходов | Сумма :----------------- | -----------: -Аренда помещения | 65 000 RSD -Коммунальные счета | 3 000 RSD -**Итог** | **68 000 RSD** +Аренда помещения | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }} +Коммунальные счета | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }} +**Итог** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}** diff --git a/src/sr/funds.md b/src/sr/funds.md index 8fc6e68..8d2a5f7 100644 --- a/src/sr/funds.md +++ b/src/sr/funds.md @@ -18,6 +18,6 @@ Za beskontaktna plaćanja, molimo vas da kontaktirate administratore Stavka troška | Iznos :----------------------| -----------: -Zakup prostora | 65 000 RSD -Komunalni računi | 3 000 RSD -**Ukupno** | **68 000 RSD** +Zakup prostora | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }} +Komunalni računi | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }} +**Ukupno** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**