Better date formatting, including formatting date ranges

This commit is contained in:
Przemek Wiech
2019-03-13 00:02:25 +01:00
parent 68bd6c5a72
commit 0b0c017c99
2 changed files with 98 additions and 12 deletions

View File

@@ -26,5 +26,11 @@
"gedcom.EMAIL": "E-mail",
"gedcom.OCCU": "Zawód",
"gedcom.TITL": "Tytuł",
"gedcom.WWW": "Strona WWW"
"gedcom.WWW": "Strona WWW",
"date.abt": "około",
"date.cal": "wyliczone",
"date.est": "oszacowane",
"date.between": "między {from} a {to}",
"date.after": "po {from}",
"date.before": "przed {to}"
}