From bf024f1b6f0fe13ffcbc576590450f70ded3a2d6 Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Sat, 6 Jan 2024 15:06:43 +0100 Subject: [PATCH] fix: update localizations update readme --- README.md | 6 +++--- src/i18n/locales/de.json | 2 +- src/i18n/locales/en.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6551e10..6f9f4c0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ src="https://github.com/Simonwep/ocular/workflows/CI/badge.svg"/>

+> [!TIP] +> Check out the [demo](https://ocular.reinisch.io#demo) to get a live preview with demo data! + ### Table of contents * [Features](#features) - _What does this app do?_ @@ -35,9 +38,6 @@ - 🙈 Privacy mode for when you're in a public place. - ⚡️ Simple and straight-forward UI. -> Check out the [demo](https://ocular.reinisch.io#demo)! -> Looking for the legacy google-app based version? Check out the [legacy](https://github.com/simonwep/ocular/tree/legacy) branch. - ### Summary A small budgeting app as an alternative to Google sheet's annual budget planner. diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json index 82ac7a1..07917e4 100644 --- a/src/i18n/locales/de.json +++ b/src/i18n/locales/de.json @@ -119,7 +119,7 @@ "expenses": "Ausgaben", "summary": "Zusammenfassung", "endingBalance": "Endsaldo", - "header": "Übersicht - Jährliches Budget für {year}", + "header": "Jährliches Budget für {year}", "remainingBalance": "Verbleibendes Guthaben bis {year}", "netSavings": "Nettoersparnisse", "yearInThePast": "Jahr liegt in der Vergangenheit", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index c4b6412..b95f3e6 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -119,7 +119,7 @@ "expenses": "Expenses", "summary": "Summary", "endingBalance": "Ending Balance", - "header": "Übersicht - Jährliches Budget für {year}", + "header": "Annual budget for {year}", "remainingBalance": "Remaining Balance until {year}", "netSavings": "Net Savings", "yearInThePast": "Year is in the past",