Skip to content

Commit bf024f1

Browse files
committed
fix: update localizations
update readme
1 parent 9fc2d85 commit bf024f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
src="https://github.com/Simonwep/ocular/workflows/CI/badge.svg"/></a>
1717
</p>
1818

19+
> [!TIP]
20+
> Check out the [demo](https://ocular.reinisch.io#demo) to get a live preview with demo data!
21+
1922
### Table of contents
2023

2124
* [Features](#features) - _What does this app do?_
@@ -35,9 +38,6 @@
3538
- 🙈 Privacy mode for when you're in a public place.
3639
- ⚡️ Simple and straight-forward UI.
3740

38-
> Check out the [demo](https://ocular.reinisch.io#demo)!
39-
> Looking for the legacy google-app based version? Check out the [legacy](https://github.com/simonwep/ocular/tree/legacy) branch.
40-
4141
### Summary
4242

4343
A small budgeting app as an alternative to Google sheet's annual budget planner.

src/i18n/locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"expenses": "Ausgaben",
120120
"summary": "Zusammenfassung",
121121
"endingBalance": "Endsaldo",
122-
"header": "Übersicht - Jährliches Budget für {year}",
122+
"header": "Jährliches Budget für {year}",
123123
"remainingBalance": "Verbleibendes Guthaben bis {year}",
124124
"netSavings": "Nettoersparnisse",
125125
"yearInThePast": "Jahr liegt in der Vergangenheit",

src/i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"expenses": "Expenses",
120120
"summary": "Summary",
121121
"endingBalance": "Ending Balance",
122-
"header": "Übersicht - Jährliches Budget für {year}",
122+
"header": "Annual budget for {year}",
123123
"remainingBalance": "Remaining Balance until {year}",
124124
"netSavings": "Net Savings",
125125
"yearInThePast": "Year is in the past",

0 commit comments

Comments
 (0)